0
+ − 1 <?xml version="1.0"?>
+ − 2 <tool_dependency>
7
+ − 3 <package name="atlas" version="3.10.2">
10
+ − 4 <repository changeset_revision="b36c9ee883e9" name="package_atlas_3_10" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
7
+ − 5 </package>
0
+ − 6 <package name="numpy" version="1.7.1">
10
+ − 7 <repository changeset_revision="8b3a5c7061d8" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
0
+ − 8 </package>
+ − 9 <package name="scipy" version="0.12.0">
+ − 10 <install version="1.0">
+ − 11 <actions>
+ − 12 <action type="download_by_url">http://downloads.sourceforge.net/project/scipy/scipy/0.12.0/scipy-0.12.0.tar.gz</action>
+ − 13 <action type="set_environment_for_install">
10
+ − 14 <repository changeset_revision="b36c9ee883e9" name="package_atlas_3_10" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
7
+ − 15 <package name="atlas" version="3.10.2" />
+ − 16 </repository>
10
+ − 17 <repository changeset_revision="8b3a5c7061d8" name="package_numpy_1_7" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
0
+ − 18 <package name="numpy" version="1.7.1" />
+ − 19 </repository>
+ − 20 </action>
+ − 21 <action type="make_directory">$INSTALL_DIR/lib/python</action>
6
+ − 22 <action type="shell_command">
7
+ − 23 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
+ − 24 export ATLAS=$ATLAS_ROOT_PATH &&
9
+ − 25 export LD_LIBRARY_PATH=$ATLAS_LIB_DIR:$LD_LIBRARY_PATH &&
6
+ − 26 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
0
+ − 27 </action>
+ − 28 <action type="set_environment">
4
+ − 29 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
0
+ − 30 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
4
+ − 31 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
0
+ − 32 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
9
+ − 33 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[ATLAS_LIB_DIR]</environment_variable>
0
+ − 34 <environment_variable action="set_to" name="PYTHONPATH_SCIPY">$INSTALL_DIR/lib/python</environment_variable>
+ − 35 <environment_variable action="set_to" name="PATH_SCIPY">$INSTALL_DIR/bin</environment_variable>
+ − 36 </action>
+ − 37 </actions>
+ − 38 </install>
+ − 39 <readme>Compiling scipy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for scipy can be accessed through PYTHONPATH_SCIPY and the binaries with PATH_SCIPY.</readme>
+ − 40 </package>
+ − 41 </tool_dependency>