Changeset 221


Ignore:
Timestamp:
04/09/10 10:15:48 (14 years ago)
Author:
bas
Message:

Fixed an error in setup.py.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup.py.in

    r218 r221  
    2222# Test if we have all the libs:
    2323#
    24 LIBS = [PBS_LIB_DIR]
     24LIBS = ['torque']
    2525
    2626### Make symlinks to right torque version
     
    6464        ext_modules = [
    6565                Extension( '_pbs', ['src/pbs_wrap.c'],
    66                 library_dirs = [ PBS_LIB_DIR ])
    67                 #libraries = [PBS_LIB_DIR])
     66                library_dirs = [ PBS_LIB_DIR ],
     67                libraries = LIBS)
    6868        ]
    6969)
Note: See TracChangeset for help on using the changeset viewer.