Changeset 236 for trunk/setup.py.in


Ignore:
Timestamp:
04/28/10 15:03:22 (14 years ago)
Author:
bas
Message:

Added an new variable:

  • pbs_library_compile_line
  • pbs_library_dir (pbs-config --libdir)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup.py.in

    r233 r236  
    1313# Strip off the -L it is also added by the python setup tools
    1414#
     15PBS_LIB_COMPILE_LINE='@pbs_library_compile_line@'
    1516PBS_LIB_DIR='@pbs_library_dir@'
    16 if PBS_LIB_DIR.startswith('-L'):
    17         PBS_LIB_DIR=PBS_LIB_DIR[2:]
    1817
    1918if not PBS_LIB_DIR:
     
    2221        sys.exit(1)
    2322
    24 # Test if we have all the libs:
    25 #
    2623LIBS = ['torque']
    2724
Note: See TracChangeset for help on using the changeset viewer.