0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="hdf5" version="1.8.12">
|
|
4 <repository changeset_revision="3412ecd1792d" name="package_hdf5_1_8_12" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
5 </package>
|
3
|
6 <package name="numpy" version="1.7.1">
|
1
|
7 <repository name="package_numpy_1_7" owner="iuc" changeset_revision="11099cc214d5" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
0
|
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" />
|
|
11 </package>
|
|
12 <package name="h5py" version="2.4.0">
|
|
13 <install version="1.0">
|
|
14 <actions>
|
|
15 <action type="download_by_url">https://pypi.python.org/packages/source/h/h5py/h5py-2.4.0.tar.gz</action>
|
|
16
|
|
17 <action type="set_environment_for_install">
|
|
18 <repository changeset_revision="3412ecd1792d" name="package_hdf5_1_8_12" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" >
|
|
19 <package name="hdf5" version="1.8.12" />
|
|
20 </repository>
|
2
|
21 <repository name="package_numpy_1_7" owner="iuc" changeset_revision="11099cc214d5" toolshed="https://testtoolshed.g2.bx.psu.edu" >
|
3
|
22 <package name="numpy" version="1.7.1" />
|
0
|
23 </repository>
|
|
24 <repository name="package_cython_0_20_1" owner="iuc" changeset_revision="749f11b9358a" toolshed="https://testtoolshed.g2.bx.psu.edu" >
|
|
25 <package name="cython" version="0.20.1" />
|
|
26 </repository>
|
|
27 <environment_variable action="set_to" name="HDF5_DIR">$HDF5_LIBRARY_PATH</environment_variable>
|
|
28 </action>
|
|
29
|
|
30 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
31 <action type="shell_command">
|
|
32 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
33 python setup.py install --install-lib $INSTALL_DIR/lib/python
|
|
34 </action>
|
|
35
|
|
36 <action type="set_environment">
|
|
37 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
38 <environment_variable action="set_to" name="PYTHONPATH_H5PY">$INSTALL_DIR/lib/python</environment_variable>
|
|
39 </action>
|
|
40 </actions>
|
|
41 </install>
|
|
42 <readme>
|
|
43 Compiling h5py requires cython.
|
|
44 </readme>
|
|
45 </package>
|
|
46 </tool_dependency> |