Mercurial > repos > bgruening > package_numpy_1_7
comparison tool_dependencies.xml @ 10:6fc7731ca1c5
Uploaded
author | bgruening |
---|---|
date | Tue, 21 May 2013 16:16:29 -0400 |
parents | d161fa47699c |
children | 54b116d8fd11 |
comparison
equal
deleted
inserted
replaced
9:d161fa47699c | 10:6fc7731ca1c5 |
---|---|
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="lapack" version="3.4.2"> | 3 <package name="lapack" version="3.4.2"> |
4 <repository changeset_revision="11df6383f50a" name="package_lapack_3_4" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> | 4 <repository changeset_revision="11df6383f50a" name="package_lapack_3_4" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> |
5 </package> | 5 </package> |
6 <package name="atlas" version="3.10.1"> | 6 <package name="atlas" version="3.10.1"> |
7 <repository changeset_revision="4e971abe695a" name="package_atlas_3_10" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> | 7 <repository changeset_revision="11bb8ca8c41c" name="package_atlas_3_10" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> |
8 </package> | 8 </package> |
9 <package name="numpy" version="1.7.1"> | 9 <package name="numpy" version="1.7.1"> |
10 <install version="1.0"> | 10 <install version="1.0"> |
11 <actions> | 11 <actions> |
12 <action type="download_by_url">https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz</action> | 12 <action type="download_by_url">https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz</action> |
13 <action type="set_environment_for_install"> | 13 <action type="set_environment_for_install"> |
14 <repository changeset_revision="4e971abe695a" name="package_atlas_3_10" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/"> | 14 <repository changeset_revision="11bb8ca8c41c" name="package_atlas_3_10" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/"> |
15 <package name="atlas" version="3.10.1" /> | 15 <package name="atlas" version="3.10.1" /> |
16 </repository> | 16 </repository> |
17 </action> | 17 </action> |
18 <action type="set_environment_for_install"> | 18 <action type="set_environment_for_install"> |
19 <repository changeset_revision="11df6383f50a" name="package_lapack_3_4" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/"> | 19 <repository changeset_revision="11df6383f50a" name="package_lapack_3_4" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu/"> |
20 <package name="lapack" version="3.4.2" /> | 20 <package name="lapack" version="3.4.2" /> |
21 </repository> | 21 </repository> |
22 </action> | 22 </action> |
23 <action type="shell_command">echo $LAPACK_LIB_DIR/libblas.a > $INSTALL_DIR/bu.txt</action> | 23 <action type="shell_command">echo $LAPACK_LIB_DIR/libblas.a > $INSTALL_DIR/bu.txt</action> |
24 <action type="shell_command">echo $ATLAS_LIB_DIR/libatlas.a > $INSTALL_DIR/au.txt</action> | 24 <action type="shell_command">echo $ATLAS_LIB_DIR/libatlas.a > $INSTALL_DIR/au.txt</action> |
25 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 25 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
26 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | 26 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
27 export BLAS=$LAPACK_LIB_DIR/libblas.a && | 27 export BLAS=$LAPACK_LIB_DIR/libblas.a && |
28 export LAPACK=$LAPACK_LIB_DIR/liblapack.a && | 28 export LAPACK=$LAPACK_LIB_DIR/liblapack.a && |
29 export ATLAS=$ATLAS_LIB_DIR/libatlas.a && | 29 export ATLAS=$ATLAS_LIB_DIR/libatlas.a && |