details: http://www.bx.psu.edu/hg/galaxy/rev/ea92290c4e10 changeset: 1588:ea92290c4e10 user: Nate Coraor nate@bx.psu.edu date: Thu Oct 30 16:11:44 2008 -0400 description: Use LD_RUN_PATH when building pbs_python
1 file(s) affected in this change:
scripts/scramble/scripts/pbs_python.py
diffs (13 lines):
diff -r 0da612f8a78e -r ea92290c4e10 scripts/scramble/scripts/pbs_python.py --- a/scripts/scramble/scripts/pbs_python.py Thu Oct 30 16:03:11 2008 -0400 +++ b/scripts/scramble/scripts/pbs_python.py Thu Oct 30 16:11:44 2008 -0400 @@ -27,6 +27,9 @@ print "scramble(): removing dir:", dir shutil.rmtree( dir )
+# the build process doesn't set an rpath for libtorque +os.environ['LD_RUN_PATH'] = os.environ['LIBTORQUE_DIR'] + print "scramble(): Running pbs_python configure script" p = subprocess.Popen( args = "sh configure --with-pbsdir=%s" % os.environ['LIBTORQUE_DIR'], shell = True ) r = p.wait()
galaxy-dev@lists.galaxyproject.org