comparison tool_dependencies.xml @ 2:c41942395d25 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_cairo_1_12_14 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
author iuc
date Fri, 09 Oct 2015 07:50:42 -0400
parents 8673ff1d430b
children 8294add5c76e
comparison
equal deleted inserted replaced
1:8673ff1d430b 2:c41942395d25
22 </repository> 22 </repository>
23 <repository changeset_revision="289d7796a1f1" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> 23 <repository changeset_revision="289d7796a1f1" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
24 <package name="freetype" version="2.5.2" /> 24 <package name="freetype" version="2.5.2" />
25 </repository> 25 </repository>
26 </action> 26 </action>
27 <!-- edit configure and build/configure.ac.warnings to allow compiling cairo on gcc-4.9. Fixed in more recent versions of cairo -->
28 <action type="shell_command"> 27 <action type="shell_command">
29 sed -i.bak 's|MAYBE_WARN="$MAYBE_WARN -flto"|MAYBE_WARN="$MAYBE_WARN -flto -ffat-lto-objects -fuse-linker-plugin" |' configure build/configure.ac.warnings &amp;&amp; \
30 export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" &amp;&amp; \ 28 export LDFLAGS="-Wl,-rpath,$PIXMAN_LIB_PATH -Wl,-rpath,$LIBPNG_ROOT/lib -Wl,-rpath,$FREETYPE_LIB_PATH" &amp;&amp; \
31 ./configure --prefix=$INSTALL_DIR \ 29 ./configure --prefix=$INSTALL_DIR \
32 --with-x=no \ 30 --with-x=no \
33 --enable-xcb-shm=no \ 31 --enable-xcb-shm=no \
34 --enable-xlib-xcb=no \ 32 --enable-xlib-xcb=no \
35 --enable-xcb=no \ 33 --enable-xcb=no \
36 --enable-xlib-xrender=no \ 34 --enable-xlib-xrender=no
37 --enable-gtk-doc-html=no
38 </action> 35 </action>
39 <action type="make_install" /> 36 <action type="make_install" />
40 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. --> 37 <!-- Create an empty cairo-xlib.h file, because R's configure script explicitly includes it even if X is disabled. -->
41 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action> 38 <action type="shell_command">touch $INSTALL_DIR/include/cairo/cairo-xlib.h</action>
42 <action type="set_environment"> 39 <action type="set_environment">