Repository 'package_numpy_1_7'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_numpy_1_7

Changeset 9:c7ae57300a77 (2015-02-26)
Previous changeset 8:a4bdc17eed4a (2015-02-14) Next changeset 10:bbccf42aa8c0 (2015-05-26)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r a4bdc17eed4a -r c7ae57300a77 tool_dependencies.xml
--- a/tool_dependencies.xml Sat Feb 14 22:29:00 2015 -0500
+++ b/tool_dependencies.xml Thu Feb 26 15:58:43 2015 -0500
[
@@ -21,6 +21,7 @@
                     <action type="set_environment">
                         <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
                         <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                        <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[ATLAS_LIB_DIR]</environment_variable>
                         <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable>
                         <environment_variable action="set_to" name="PATH_NUMPY">$INSTALL_DIR/bin</environment_variable>
                     </action>