Mercurial > repos > iuc > package_numpy_1_7
comparison tool_dependencies.xml @ 2:f0490401cfff draft
Uploaded
| author | bgruening |
|---|---|
| date | Fri, 27 Sep 2013 15:02:38 -0400 |
| parents | b7ff4a8c58df |
| children | 84125ffacb90 |
comparison
equal
deleted
inserted
replaced
| 1:b7ff4a8c58df | 2:f0490401cfff |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 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="60957bd68fe2" name="package_lapack_3_4" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="60957bd68fe2" name="package_lapack_3_4" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> |
| 5 </package> | |
| 6 <package name="atlas" version="3.10.1"> | |
| 7 <repository changeset_revision="2f75622926c5" name="package_atlas_3_10" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 8 </package> | 5 </package> |
| 9 <package name="numpy" version="1.7.1"> | 6 <package name="numpy" version="1.7.1"> |
| 10 <install version="1.0"> | 7 <install version="1.0"> |
| 11 <actions> | 8 <actions> |
| 12 <action type="download_by_url">https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz</action> | 9 <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"> | 10 <action type="set_environment_for_install"> |
| 14 <repository changeset_revision="2f75622926c5" name="package_atlas_3_10" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
| 15 <package name="atlas" version="3.10.1" /> | |
| 16 </repository> | |
| 17 <repository changeset_revision="60957bd68fe2" name="package_lapack_3_4" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | 11 <repository changeset_revision="60957bd68fe2" name="package_lapack_3_4" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> |
| 18 <package name="lapack" version="3.4.2" /> | 12 <package name="lapack" version="3.4.2" /> |
| 19 </repository> | 13 </repository> |
| 20 </action> | 14 </action> |
| 21 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 15 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
| 22 <action language="cheetah" type="template_command"> | 16 <action language="cheetah" type="template_command"> |
| 23 export PYTHONPATH=\$PYTHONPATH:$env.INSTALL_DIR/lib/python && | 17 export PYTHONPATH=\$PYTHONPATH:$env.INSTALL_DIR/lib/python && |
| 24 | 18 |
| 25 #if env.get('ATLAS_LIB_DIR', False): | |
| 26 export ATLAS=$env.ATLAS_LIB_DIR/libatlas.a && | |
| 27 #end if | |
| 28 #if env.get('LAPACK_LIB_DIR', False): | 19 #if env.get('LAPACK_LIB_DIR', False): |
| 29 export BLAS=$env.LAPACK_LIB_DIR/libblas.a && | 20 export BLAS=$env.LAPACK_LIB_DIR/libblas.a && |
| 30 export LAPACK=$env.LAPACK_LIB_DIR/liblapack.a && | 21 export LAPACK=$env.LAPACK_LIB_DIR/liblapack.a && |
| 31 #end if | 22 #end if |
| 32 python setup.py install --install-lib $env.INSTALL_DIR/lib/python --install-scripts $env.INSTALL_DIR/bin | 23 python setup.py install --install-lib $env.INSTALL_DIR/lib/python --install-scripts $env.INSTALL_DIR/bin |
