5
|
1 <?xml version="1.0"?>
|
0
|
2 <tool_dependency>
|
5
|
3 <package name="lapack" version="3.4.2">
|
7
|
4 <repository changeset_revision="11df6383f50a" name="package_lapack_3_4" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
|
5
|
5 </package>
|
|
6 <package name="atlas" version="3.10.1">
|
7
|
7 <repository changeset_revision="e1398fc46a27" name="package_atlas_3_10" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
|
5
|
8 </package>
|
1
|
9 <package name="numpy" version="1.7.1">
|
0
|
10 <actions>
|
3
|
11 <action type="download_by_url">https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz</action>
|
5
|
12 <action type="set_environment_for_install">
|
7
|
13 <repository changeset_revision="11df6383f50a" name="package_lapack_3_4" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
5
|
14 <package name="lapack" version="3.4.2" />
|
|
15 </repository>
|
|
16 </action>
|
|
17 <action type="set_environment_for_install">
|
7
|
18 <repository changeset_revision="e1398fc46a27" name="package_atlas_3_10" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
5
|
19 <package name="atlas" version="3.10.1" />
|
|
20 </repository>
|
|
21 </action>
|
|
22 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
23 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
24 export BLAS=$LAPACK_LIB_DIR/libblas.a &&
|
|
25 export LAPACK=$LAPACK_LIB_DIR/liblapack.a &&
|
|
26 export ATLAS=$ATLAS_LIB_DIR/libatlas.a &&
|
|
27 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
|
0
|
28 <action type="set_environment">
|
5
|
29 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
30 <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable>
|
|
31 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
32 </action>
|
0
|
33 </actions>
|
4
|
34 <readme>Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for numpy can be accessed through PYTHONPATH_NUMPY.</readme>
|
5
|
35 </package>
|
|
36 </tool_dependency>
|