Changeset 233 for trunk/setup.py.in


Ignore:
Timestamp:
04/23/10 10:29:17 (14 years ago)
Author:
bas
Message:

New version 4.0.2 with compiler fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup.py.in

    r230 r233  
    6969                Extension( '_pbs', ['src/pbs_wrap.c'],
    7070                library_dirs = [ PBS_LIB_DIR ],
    71                 define_macros =  [ (TORQUE_VERSION, None) ])
     71                define_macros =  [ (TORQUE_VERSION, None) ],
     72                libraries = LIBS,
     73                )
    7274        ]
    7375)
Note: See TracChangeset for help on using the changeset viewer.