Changeset 254 for trunk/setup.py.in


Ignore:
Timestamp:
09/13/10 16:43:23 (14 years ago)
Author:
bas
Message:

Applied a patch to support runtime-libaries when torque is installed in a non-default location, see #22

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup.py.in

    r251 r254  
    7272                Extension( '_pbs', ['src/pbs_wrap.c'],
    7373                library_dirs = [ PBS_LIB_DIR ],
     74                extra_link_args = [ PBS_LIB_COMPILE_LINE ],
    7475                define_macros =  [ (TORQUE_VERSION, None) ],
    7576                libraries = LIBS,
Note: See TracChangeset for help on using the changeset viewer.