Mercurial > repos > sauria > package_hifive_1_0
changeset 2:8f35dfa26c62 draft
Uploaded
author | sauria |
---|---|
date | Mon, 13 Apr 2015 14:05:25 -0400 |
parents | 2911a8aac310 |
children | b109bf5d25c8 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 52 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Apr 13 14:05:25 2015 -0400 @@ -0,0 +1,52 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="scipy" version="0.14"> + <repository changeset_revision="2e3809844979" name="package_scipy_0_14" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + <package name="numpy" version="1.9"> + <repository name="package_numpy_1_9" owner="iuc" changeset_revision="266529386609" toolshed="https://testtoolshed.g2.bx.psu.edu" prior_installation_required="True" /> + </package> + <package name="cython" version="0.20.1"> + <repository name="package_cython_0_20_1" owner="iuc" changeset_revision="749f11b9358a" toolshed="https://testtoolshed.g2.bx.psu.edu" prior_installation_required="True"/> + </package> + <package name="h5py" version="2.4.0"> + <repository changeset_revision="79b31a4c757c" name="package_h5py_2_4_0" owner="sauria" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + </package> + <package name="hifive" version="1.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://testpypi.python.org/packages/source/h/hifive/hifive-1.0.tar.gz</action> + + <action type="set_environment_for_install"> + <repository changeset_revision="2e3809844979" name="package_scipy_0_14" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" > + <package name="scipy" version="0.14" /> + </repository> + <repository name="package_numpy_1_9" owner="iuc" changeset_revision="266529386609" toolshed="https://testtoolshed.g2.bx.psu.edu" > + <package name="numpy" version="1.9" /> + </repository> + <repository name="package_cython_0_20_1" owner="iuc" changeset_revision="749f11b9358a" toolshed="https://testtoolshed.g2.bx.psu.edu" > + <package name="cython" version="0.20.1" /> + </repository> + <repository changeset_revision="79b31a4c757c" name="package_h5py_2_4_0" owner="sauria" toolshed="https://testtoolshed.g2.bx.psu.edu" > + <package name="h5py" version="2.4.0" /> + </repository> + </action> + + <action type="make_directory">$INSTALL_DIR/lib/python</action> + <action type="shell_command"> + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + python setup.py install --install-lib $INSTALL_DIR/lib/python + </action> + + <action type="set_environment"> + <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> + <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python/site-packages</environment_variable> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + Compiling hifive requires cython. + </readme> + </package> +</tool_dependency> \ No newline at end of file