Changeset 254 for trunk


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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r253 r254  
    3434   An utility to set/clear notes for multiple nodes, see ..
    3535   Author: Dennis Stam (Dennis dot Stam at sara dot nl)
     36
     37 * setup.py.in:
     38   Added support for runtime-libraries when torque is installed in a non-default
     39   location, closes #22
     40   Author: Mattias (slabanja at chalmers dot se)
     41   Applied by: Bas van der Vlies
    3642
    3743=========== 4.1.2
  • 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.