Changeset 147 for trunk


Ignore:
Timestamp:
12/11/06 11:33:57 (17 years ago)
Author:
bas
Message:

configure.in, configure:

  • example to use pbs-config, not yet want to support older torque versions

src/Makefile:

  • Deleted, it only confuse people

setup.py.in:

  • Updated version info
Location:
trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r95 r147  
    12371237else
    12381238  pbspath=""
     1239  #[pbspath=`pbs-config --libs`]
    12391240
    12401241fi;
  • trunk/configure.in

    r95 r147  
    1515
    1616  [pbspath=""]
     17  #[pbspath=`pbs-config --libs`]
    1718)dnl
    1819
  • trunk/setup.py.in

    r110 r147  
    4747
    4848setup ( name = 'pbs_python',
    49         version = '2.9.0',
     49        version = '2.9.5',
    5050        description = 'openpbs/torque python interface',
    5151        author = 'Bas van der Vlies',
Note: See TracChangeset for help on using the changeset viewer.