annotate tool_dependencies.xml @ 1:ed24d4a451b1 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hdf5_1_8_12 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 10:30:17 -0400
parents 85dfbc5ffda7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
1
ed24d4a451b1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hdf5_1_8_12 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
3 <package name="zlib" version="1.2.8">
ed24d4a451b1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hdf5_1_8_12 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
4 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
0
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
5 </package>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
6 <package name="hdf5" version="1.8.12">
1
ed24d4a451b1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hdf5_1_8_12 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
7 <install version="1.0">
ed24d4a451b1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hdf5_1_8_12 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
8 <actions>
ed24d4a451b1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hdf5_1_8_12 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
9 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/hdf5/hdf5-1.8.12.tar.gz</action>
ed24d4a451b1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hdf5_1_8_12 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
10
0
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
11 <action type="set_environment_for_install">
1
ed24d4a451b1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hdf5_1_8_12 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
12 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
ed24d4a451b1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hdf5_1_8_12 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
13 <package name="zlib" version="1.2.8" />
0
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
14 </repository>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
15 </action>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
16 <action type="autoconf" />
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
17 <action type="set_environment">
1
ed24d4a451b1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hdf5_1_8_12 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
18 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
0
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
19 <environment_variable action="prepend_to" name="HDF5_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
20 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
21 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
22 </action>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
23 </actions>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
24 </install>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
25 <readme>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
26 HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data. HDF5 is portable and is extensible, allowing applications to evolve in their use of HDF5. The HDF5 Technology suite includes tools and applications for managing, manipulating, viewing, and analyzing data in the HDF5 format.
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
27
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
28 http://www.hdfgroup.org/
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
29 </readme>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
30 </package>
85dfbc5ffda7 Imported from capsule None
iuc
parents:
diff changeset
31 </tool_dependency>