Mercurial > repos > iuc > package_netcdf_4_3
annotate tool_dependencies.xml @ 4:dd2b28a4c32a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_netcdf_4_3 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
author | iuc |
---|---|
date | Tue, 22 Dec 2015 19:25:01 -0500 |
parents | ba17e9318d98 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
1 | 3 <package name="hdf5" version="1.8.12"> |
4
dd2b28a4c32a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_netcdf_4_3 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
iuc
parents:
3
diff
changeset
|
4 <repository changeset_revision="b6d5355e3754" name="package_hdf5_1_8_12" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
1 | 5 </package> |
0 | 6 <package name="netcdf" version="4.3.1.1"> |
7 <install version="1.0"> | |
8 <actions> | |
3
ba17e9318d98
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_netcdf_4_3 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
iuc
parents:
2
diff
changeset
|
9 <action type="download_by_url">ftp://ftp.unidata.ucar.edu/pub/netcdf/old/netcdf-4.3.1.1.tar.gz</action> |
1 | 10 |
11 <action type="set_environment_for_install"> | |
4
dd2b28a4c32a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_netcdf_4_3 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
iuc
parents:
3
diff
changeset
|
12 <repository changeset_revision="b6d5355e3754" name="package_hdf5_1_8_12" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
1 | 13 <package name="hdf5" version="1.8.12" /> |
14 </repository> | |
15 </action> | |
16 | |
0 | 17 <action type="autoconf" /> |
18 <action type="set_environment"> | |
1 | 19 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
20 <environment_variable action="set_to" name="NETCDF_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
21 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
22 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
0 | 23 </action> |
24 </actions> | |
25 </install> | |
26 <readme> | |
2 | 27 NetCDF (network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, |
0 | 28 and sharing of array-oriented scientific data. |
29 http://www.unidata.ucar.edu/downloads/netcdf/index.jsp | |
30 </readme> | |
31 </package> | |
32 </tool_dependency> |