Changeset 324
- Timestamp:
- Jun 30, 2011 11:18:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fsource/SConstruct
r323 r324 47 47 elif sys.platform == "darwin": 48 48 LDFLAGS = '-undefined dynamic_lookup -bundle -static-libgfortran -static-libgcc' 49 #F2PYpath = '/Library/Frameworks/Python.framework/Versions/6.2/bin/' # path to f2py (python 6.2)50 #F2PYpath = '/Library/Frameworks/Python.framework/Versions/current/bin/' # path to f2py51 #FORTpath = '/sw/bin' # path to compilier52 49 F2PYsuffix = '.so' 53 50 elif sys.platform == "linux2": 54 #LDFLAGS = '-undefined dynamic_lookup -bundle -static-libgfortran -static-libgcc' 55 #F2PYflags = '--fcompiler=gnu95 --f77exec=gfortran --f77flags="-fno-range-check"' 51 #LDFLAGS = '-Wall -shared -static-libgfortran -static-libgcc' # does not work with gfortran 4.4.4 20100726 (Red Hat 4.4.4-13) 56 52 F2PYsuffix = '.so' 57 53 else:
Note: See TracChangeset
for help on using the changeset viewer.