Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67731 - sandbox/numpy
From: talljimbo_at_[hidden]
Date: 2011-01-06 14:37:29


Author: jbosch
Date: 2011-01-06 14:37:28 EST (Thu, 06 Jan 2011)
New Revision: 67731
URL: http://svn.boost.org/trac/boost/changeset/67731

Log:
numpy - (build system) fixed setting lib output path in tests
Text files modified:
   sandbox/numpy/SConstruct | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: sandbox/numpy/SConstruct
==============================================================================
--- sandbox/numpy/SConstruct (original)
+++ sandbox/numpy/SConstruct 2011-01-06 14:37:28 EST (Thu, 06 Jan 2011)
@@ -15,6 +15,7 @@
 lib = SConscript("libs/python/numpy/src/SConscript",
                  variant_dir="%s/python/numpy/src" % build_dir, duplicate=False)
 libpath = os.path.abspath("%s/python/numpy/src" % build_dir)
+bp_numpy_env.Append(LIBPATH=[libpath])
 if os.environ.has_key("LD_LIBRARY_PATH"):
     bp_numpy_env["ENV"]["LD_LIBRARY_PATH"] = "%s:%s" % (libpath, os.environ["LD_LIBRARY_PATH"])
 else:


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk