changeset 1:32ff063c4de8 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_pixman_0_32_4 commit f6ee6a549b9c121ee69914a2fdde392de74e4b19
author iuc
date Wed, 02 Dec 2015 16:16:54 -0500
parents efddae64d543
children
files tool_dependencies.xml
diffstat 1 files changed, 42 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Sep 21 10:20:48 2015 -0400
+++ b/tool_dependencies.xml	Wed Dec 02 16:16:54 2015 -0500
@@ -1,26 +1,46 @@
 <?xml version="1.0"?>
 <tool_dependency>
   <package name="libpng" version="1.6.7">
-      <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
-    </package>
-    <package name="pixman" version="0.32.4">
-      <install version="1.0">
-          <actions>
-              <action type="download_by_url">http://cairographics.org/releases/pixman-0.32.4.tar.gz</action>
-                <action type="set_environment_for_install">
-                  <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
-                      <package name="libpng" version="1.6.7" />
-                    </repository>
-                </action>
-                <action type="shell_command">export LDFLAGS="-Wl,-rpath,$PNG_LIB_PATH" &amp;&amp; echo $LDFLAGS &amp;&amp; ./configure --prefix=$INSTALL_DIR</action>
-                <action type="make_install" />
-                <action type="set_environment">
-                  <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-                    <environment_variable action="set_to" name="PIXMAN_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
-                    <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
-                </action>
-            </actions>
-        </install>
-        <readme />
-    </package>
+    <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+  </package>
+  <package name="pixman" version="0.32.4">
+    <install version="1.0">
+      <actions_group>
+        <actions architecture="x86_64" os="linux">
+          <action sha256sum="80c7ed420e8a3ae749800241e6347c3d55681296cab71384be7969cd9e657e84" type="download_by_url">
+            http://cairographics.org/releases/pixman-0.32.4.tar.gz
+          </action>
+          <action type="set_environment_for_install">
+            <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
+              <package name="libpng" version="1.6.7" />
+            </repository>
+          </action>
+          <action type="autoconf" />
+          <action type="set_environment">
+            <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+            <environment_variable action="set_to" name="PIXMAN_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
+            <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+          </action>
+        </actions>
+        <actions architecture="x86_64" os="darwin">
+          <action sha256sum="80c7ed420e8a3ae749800241e6347c3d55681296cab71384be7969cd9e657e84" type="download_by_url">
+            http://cairographics.org/releases/pixman-0.32.4.tar.gz
+          </action>
+          <action type="set_environment_for_install">
+            <repository changeset_revision="05df724aefbb" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
+              <package name="libpng" version="1.6.7" />
+            </repository>
+          </action>
+          <action type="autoconf">--disable-mmx</action>
+          <action type="set_environment">
+            <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+            <environment_variable action="set_to" name="PIXMAN_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
+            <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+            <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+          </action>
+        </actions>
+      </actions_group>
+    </install>
+    <readme />
+  </package>
 </tool_dependency>