Custom Query (43 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 43)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#24 fixed pbs_python and python3 support. bas steve.traylen@…
Description

Hi,

As part of adding to Fedora:

https://bugzilla.redhat.com/show_bug.cgi?id=631964

I will build a python3 variant if its possible but alas there looks to be problems.

Steps to reproduce working on Fedora13 box.

tar zxvf pbs_python-4.3.0.tar.gz

cd pbs_python-4.3.0

2to3 --write --nobackups .

./configure --with-python=python3 checking for pbs-config... /usr/bin/pbs-config Found torque version: 2.1.8 checking for python... /usr/bin/python checking for python version... 2.6 checking for python platform... linux2 checking for python script directory... ${prefix}/lib/python2.6/site-packages checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages configure: creating ./config.status config.status: creating Makefile config.status: creating setup.py

# Note the 2.6 above

2to3 --write --nobackups setup.py

$ python3 setup.py build Please specify where the PBS libraries are!! edit setup.py and fill in the PBS_LIB_DIR variable

This I understand and is caused by old pbs-config present on Fedora 13 so you can ignore this one, I've fixed this past Fedora 13.

But still build fails.

See attachment.

#23 worksforme using pbs_python under windows/cygwin bas anonymous
Description

Hi! I have a question. Is pbs_python known to work at Windows/Cygwin? platform? Thank you

#22 fixed Minor patch, runtime-libraries somebody slabanja@…
Description

Hi!

On some of our machines we have torque installed in a non-default location. Because of that, for us it would be nice if the output of pbs-config --libs were passed on to the linking of _pbs.so (or possibly if a "runtime_library_dirs = [PBS_LIB_DIR]" were added instead). See attached trivial patch.

Anyhow, thanks for making pbs_python available! :)

Regards, Mattias

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.