Last change
on this file since 274 was
266,
checked in by vondreele, 11 years ago
|
new formfactor tables for pdf
new python 2.7 fortran binaries for windows
|
File size:
366 bytes
|
Line | |
---|
1 | if [%2] == [] goto ONE |
---|
2 | cd %2 |
---|
3 | gfortran -c *.for -w -O2 -fno-automatic -finit-local-zero -malign-double -mwindows |
---|
4 | ar crs lib%2.a *.o |
---|
5 | del *.o |
---|
6 | move /Y lib%2.a .. |
---|
7 | cd .. |
---|
8 | f2py -c -m %1 %1.for --compiler=mingw32 --fcompiler=gnu95 -L./ -l%2 |
---|
9 | goto TWO |
---|
10 | :ONE |
---|
11 | f2py -c -m %1 %1.for --compiler=mingw32 --fcompiler=gnu95 |
---|
12 | :TWO |
---|
13 | move %1.pyd ..\binwin2.7 |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.