Mercurial > repos > iuc > package_scipy_0_14
annotate tool_dependencies.xml @ 5:8494a6718d89 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scipy_0_14 commit 0d7fcf576fd797327af90538b216473ef13daa41
| author | iuc |
|---|---|
| date | Sat, 23 May 2015 22:56:25 -0400 |
| parents | 888bb18d333b |
| children | 01f0415771cf |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 | 3 <package name="atlas" version="3.10.2"> |
|
5
8494a6718d89
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scipy_0_14 commit 0d7fcf576fd797327af90538b216473ef13daa41
iuc
parents:
4
diff
changeset
|
4 <repository changeset_revision="4778b172b895" name="package_atlas_3_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 3 | 5 </package> |
| 6 <package name="numpy" version="1.9"> | |
|
5
8494a6718d89
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scipy_0_14 commit 0d7fcf576fd797327af90538b216473ef13daa41
iuc
parents:
4
diff
changeset
|
7 <repository changeset_revision="43cb426cb05d" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 3 | 8 </package> |
| 9 <package name="scipy" version="0.14"> | |
| 10 <install version="1.0"> | |
| 11 <actions> | |
| 12 <action type="download_by_url">https://pypi.python.org/packages/source/s/scipy/scipy-0.14.0.tar.gz#md5=d7c7f4ccf8b07b08d6fe49d5cd51f85d</action> | |
| 13 <action type="set_environment_for_install"> | |
|
5
8494a6718d89
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scipy_0_14 commit 0d7fcf576fd797327af90538b216473ef13daa41
iuc
parents:
4
diff
changeset
|
14 <repository changeset_revision="4778b172b895" name="package_atlas_3_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 3 | 15 <package name="atlas" version="3.10.2" /> |
| 16 </repository> | |
|
5
8494a6718d89
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_scipy_0_14 commit 0d7fcf576fd797327af90538b216473ef13daa41
iuc
parents:
4
diff
changeset
|
17 <repository changeset_revision="43cb426cb05d" name="package_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 3 | 18 <package name="numpy" version="1.9" /> |
| 19 </repository> | |
| 20 </action> | |
| 21 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
| 22 <action type="shell_command"> | |
| 23 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 24 export ATLAS=$ATLAS_ROOT_PATH && | |
| 25 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | |
| 26 </action> | |
| 27 <action type="set_environment"> | |
| 28 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
| 29 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 30 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | |
| 31 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | |
| 32 <environment_variable action="set_to" name="PYTHONPATH_SCIPY">$INSTALL_DIR/lib/python</environment_variable> | |
| 33 <environment_variable action="set_to" name="PATH_SCIPY">$INSTALL_DIR/bin</environment_variable> | |
| 34 </action> | |
| 35 </actions> | |
| 36 </install> | |
| 37 <readme>Compiling scipy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for scipy can be accessed through PYTHONPATH_SCIPY and the binaries with PATH_SCIPY.</readme> | |
| 38 </package> | |
| 0 | 39 </tool_dependency> |
