changeset 1:c6dc4d4af225 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_netcdf_4_3 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 10:40:11 -0400
parents a74fc99a9d74
children
files tool_dependencies.xml
diffstat 1 files changed, 11 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat Mar 01 14:15:16 2014 -0500
+++ b/tool_dependencies.xml	Fri Jul 17 10:40:11 2015 -0400
@@ -1,20 +1,22 @@
 <?xml version="1.0"?>
 <tool_dependency>
-  <package name="hdf5" version="1.8.12">
-      <repository changeset_revision="85dfbc5ffda7" name="package_hdf5_1_8_12" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
+    <package name="hdf5" version="1.8.12">
+        <repository changeset_revision="ed24d4a451b1" name="package_hdf5_1_8_12" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
     <package name="netcdf" version="4.3.1.1">
-      <install version="1.0">
-          <actions>
-              <action type="download_by_url">ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.1.1.tar.gz</action>
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.1.1.tar.gz</action>
+
                 <action type="set_environment_for_install">
-                  <repository changeset_revision="85dfbc5ffda7" name="package_hdf5_1_8_12" owner="iuc" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu">
-                      <package name="hdf5" version="1.8.12" />
+                    <repository changeset_revision="ed24d4a451b1" name="package_hdf5_1_8_12" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="hdf5" version="1.8.12" />
                     </repository>
                 </action>
+
                 <action type="autoconf" />
                 <action type="set_environment">
-                  <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="set_to" name="NETCDF_ROOT_PATH">$INSTALL_DIR</environment_variable>
                     <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                     <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
@@ -22,7 +24,7 @@
             </actions>
         </install>
         <readme>
-            NetCDF (network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, 
+            NetCDF (network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access,
             and sharing of array-oriented scientific data.
             http://www.unidata.ucar.edu/downloads/netcdf/index.jsp
         </readme>