Changeset 324


Ignore:
Timestamp:
Jun 30, 2011 11:18:27 AM (12 years ago)
Author:
vondreele
Message:

updated LDFLAGS for linux -- broken; commented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fsource/SConstruct

    r323 r324  
    4747elif sys.platform == "darwin":
    4848    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 f2py
    51     #FORTpath = '/sw/bin'                                                    # path to compilier
    5249    F2PYsuffix = '.so'
    5350elif 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)
    5652    F2PYsuffix = '.so'
    5753else:
Note: See TracChangeset for help on using the changeset viewer.