Mercurial > repos > iuc > package_numpy_1_7
comparison tool_dependencies.xml @ 3:84125ffacb90 draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 30 Oct 2013 09:20:41 -0400 |
| parents | f0490401cfff |
| children | 6a7842f2f960 |
comparison
equal
deleted
inserted
replaced
| 2:f0490401cfff | 3:84125ffacb90 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 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" /> | |
| 5 </package> | |
| 6 <package name="numpy" version="1.7.1"> | 3 <package name="numpy" version="1.7.1"> |
| 7 <install version="1.0"> | 4 <install version="1.0"> |
| 8 <actions> | 5 <actions> |
| 9 <action type="download_by_url">https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz</action> | 6 <action type="download_by_url">https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz</action> |
| 10 <action type="set_environment_for_install"> | |
| 11 <repository changeset_revision="60957bd68fe2" name="package_lapack_3_4" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
| 12 <package name="lapack" version="3.4.2" /> | |
| 13 </repository> | |
| 14 </action> | |
| 15 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 7 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
| 16 <action language="cheetah" type="template_command"> | 8 <action type="shell_command"> |
| 17 export PYTHONPATH=\$PYTHONPATH:$env.INSTALL_DIR/lib/python && | 9 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
| 18 | 10 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
| 19 #if env.get('LAPACK_LIB_DIR', False): | |
| 20 export BLAS=$env.LAPACK_LIB_DIR/libblas.a && | |
| 21 export LAPACK=$env.LAPACK_LIB_DIR/liblapack.a && | |
| 22 #end if | |
| 23 python setup.py install --install-lib $env.INSTALL_DIR/lib/python --install-scripts $env.INSTALL_DIR/bin | |
| 24 </action> | 11 </action> |
| 25 <action type="set_environment"> | 12 <action type="set_environment"> |
| 26 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 13 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
| 27 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 28 <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable> | 15 <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable> |
