Ignore:
Timestamp:
Jul 25, 2006, 2:17:37 PM (18 years ago)
Author:
jack
Message:

Fixed the pymetis SConscript under linux. Not sure why the unit test gives
different results though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pymetis/SConscript

    r3414 r3418  
    88    files += ['win32/random.c']
    99env2.Append(CPPPATH=[('%s/Lib' % env2['METIS_DIR'])])
    10 env2.StaticLibrary(('%s/metis' % env2['METIS_DIR']), files)
     10env2.SharedLibrary(('%s/metis' % env2['METIS_DIR']), files)
    1111
    1212env2.Append(CPPPATH=['pymetis'])
Note: See TracChangeset for help on using the changeset viewer.