Mercurial > repos > bgruening > upload_testing
comparison tool_dependencies.xml @ 0:f8f5863f603e
Uploaded
| author | bgruening |
|---|---|
| date | Wed, 22 May 2013 08:31:40 -0400 |
| parents | |
| children | 70432e223391 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:f8f5863f603e |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="lapack" version="3.4.2"> | |
| 4 <repository changeset_revision="11df6383f50a" name="package_lapack_3_4" owner="bgruening" prior_installation_required="True" /> | |
| 5 </package> | |
| 6 <package name="atlas" version="3.10.1"> | |
| 7 <repository changeset_revision="3bf7e2082c5c" name="package_atlas_3_10" owner="bgruening" prior_installation_required="True" /> | |
| 8 </package> | |
| 9 <package name="numpy" version="1.7.1"> | |
| 10 <install version="1.0"> | |
| 11 <actions> | |
| 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"> | |
| 14 <repository changeset_revision="3bf7e2082c5c" name="package_atlas_3_10" owner="bgruening"> | |
| 15 <package name="atlas" version="3.10.1" /> | |
| 16 </repository> | |
| 17 </action> | |
| 18 <action type="set_environment_for_install"> | |
| 19 <repository changeset_revision="11df6383f50a" name="package_lapack_3_4" owner="bgruening"> | |
| 20 <package name="lapack" version="3.4.2" /> | |
| 21 </repository> | |
| 22 </action> | |
| 23 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 24 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 25 export BLAS=$LAPACK_LIB_DIR/libblas.a && | |
| 26 export LAPACK=$LAPACK_LIB_DIR/liblapack.a && | |
| 27 export ATLAS=$ATLAS_LIB_DIR/libatlas.a && | |
| 28 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> | |
| 29 <action type="set_environment"> | |
| 30 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
| 31 <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable> | |
| 32 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 33 </action> | |
| 34 </actions> | |
| 35 </install> | |
| 36 <readme>Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for numpy can be accessed through PYTHONPATH_NUMPY.</readme> | |
| 37 </package> | |
| 38 </tool_dependency> |
