Changeset 233


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

New version 4.0.2 with compiler fix

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGES

    r231 r233  
     1=========== 4.0.2
     2  * Quick fix so we do not get any undefined symbols. Forgot to
     3    add the torque library when we compile the package.
     4    Reported by: Shunjie Lau ( eijnuhs add gmail dot com)
     5    Author: Bas van der Vlies
     6
    17=========== 4.0.1
    28  * Fixed a bug in setting the right library path  for compiling.
  • trunk/debian/changelog

    r231 r233  
     1pbs-python (4.0.2-1) lenny; urgency=low
     2
     3  * See CHANGES file
     4
     5 -- bas van der Vlies <bas@sara.nl>  Fri, 23 Apr 2010 10:27:58 +0200
     6
    17pbs-python (4.0.1-1) lenny; urgency=low
    28
  • trunk/pbs_python.spec

    r231 r233  
    44
    55Name: pbs_python
    6 Version: 4.0.1
     6Version: 4.0.2
    77Release: 1%{?dist}
    88License: See LICENSE
  • 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.