2
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
3
|
3 <package name="scipy" version="0.12.0">
|
|
4 <repository changeset_revision="d607515b0510" name="package_scipy_0_12" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
2
|
5 </package>
|
3
|
6 <package name="numpy" version="1.7.1">
|
|
7 <repository name="package_numpy_1_7" owner="iuc" changeset_revision="11099cc214d5" toolshed="https://testtoolshed.g2.bx.psu.edu" prior_installation_required="True" />
|
2
|
8 </package>
|
|
9 <package name="cython" version="0.20.1">
|
|
10 <repository name="package_cython_0_20_1" owner="iuc" changeset_revision="749f11b9358a" toolshed="https://testtoolshed.g2.bx.psu.edu" prior_installation_required="True"/>
|
|
11 </package>
|
3
|
12 <package name="h5py" version="2.5.0">
|
|
13 <repository changeset_revision="cac2248ec1fd" name="package_h5py_2_5_0" owner="sauria" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
2
|
14 </package>
|
3
|
15 <package name="hifive" version="1.0.3">
|
2
|
16 <install version="1.0">
|
|
17 <actions>
|
3
|
18 <action type="download_by_url">https://pypi.python.org/packages/source/h/hifive/hifive-1.0.3.tar.gz</action>
|
2
|
19
|
|
20 <action type="set_environment_for_install">
|
3
|
21 <repository changeset_revision="d607515b0510" name="package_scipy_0_12" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" >
|
|
22 <package name="scipy" version="0.12.0" />
|
2
|
23 </repository>
|
3
|
24 <repository name="package_numpy_1_7" owner="iuc" changeset_revision="11099cc214d5" toolshed="https://testtoolshed.g2.bx.psu.edu" >
|
|
25 <package name="numpy" version="1.7.1" />
|
2
|
26 </repository>
|
|
27 <repository name="package_cython_0_20_1" owner="iuc" changeset_revision="749f11b9358a" toolshed="https://testtoolshed.g2.bx.psu.edu" >
|
|
28 <package name="cython" version="0.20.1" />
|
|
29 </repository>
|
3
|
30 <repository changeset_revision="cac2248ec1fd" name="package_h5py_2_5_0" owner="sauria" toolshed="https://testtoolshed.g2.bx.psu.edu" >
|
|
31 <package name="h5py" version="2.5.0" />
|
2
|
32 </repository>
|
|
33 </action>
|
|
34
|
|
35 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
36 <action type="shell_command">
|
|
37 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
38 python setup.py install --install-lib $INSTALL_DIR/lib/python
|
|
39 </action>
|
|
40
|
|
41 <action type="set_environment">
|
|
42 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
43 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python/site-packages</environment_variable>
|
|
44 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
45 </action>
|
|
46 </actions>
|
|
47 </install>
|
|
48 <readme>
|
|
49 Compiling hifive requires cython.
|
|
50 </readme>
|
|
51 </package>
|
|
52 </tool_dependency> |