comparison tool_dependencies.xml @ 13:a534981960ca draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_boost_1_53 commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 13:02:49 -0500
parents 098282828e77
children
comparison
equal deleted inserted replaced
12:098282828e77 13:a534981960ca
3 <package name="bzlib" version="1.0.6"> 3 <package name="bzlib" version="1.0.6">
4 <repository changeset_revision="29f79feefc77" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="29f79feefc77" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="boost" version="1.53.0"> 6 <package name="boost" version="1.53.0">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions_group>
9 <action type="download_by_url">http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2</action> 9 <actions architecture="x86_64">
10 <action sha256sum="f88a041b01882b0c9c5c05b39603ec8383fb881f772f6f9e6e6fd0e0cddb9196" type="download_by_url">http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2</action>
10 11
11 <!-- populate the environment variables from the dependend repos --> 12 <!-- populate the environment variables from the dependend repos -->
12 <action type="set_environment_for_install"> 13 <action type="set_environment_for_install">
13 <repository changeset_revision="29f79feefc77" name="package_bzlib_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> 14 <repository changeset_revision="29f79feefc77" name="package_bzlib_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
14 <package name="bzlib" version="1.0.6" /> 15 <package name="bzlib" version="1.0.6" />
15 </repository> 16 </repository>
16 </action> 17 </action>
17 18
18 <action type="shell_command">./bootstrap.sh</action> 19 <action type="shell_command">./bootstrap.sh</action>
19 <action type="shell_command">./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR</action> 20 <action type="shell_command">
21 ./bjam address-model=64 architecture=x86 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR;
22 </action>
23 </actions>
24 <actions>
25 <action sha256sum="f88a041b01882b0c9c5c05b39603ec8383fb881f772f6f9e6e6fd0e0cddb9196" type="download_by_url">http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2</action>
26
27 <!-- populate the environment variables from the dependend repos -->
28 <action type="set_environment_for_install">
29 <repository changeset_revision="29f79feefc77" name="package_bzlib_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
30 <package name="bzlib" version="1.0.6" />
31 </repository>
32 </action>
33
34 <action type="shell_command">./bootstrap.sh</action>
35 <!-- default address model is 32, unless specified otherwise -->
36 <action type="shell_command">
37 ./bjam cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR;
38 </action>
39 </actions>
20 40
21 <action type="set_environment"> 41 <action type="set_environment">
22 <environment_variable action="set_to" name="BOOST_ROOT_DIR">$INSTALL_DIR/boost</environment_variable> 42 <environment_variable action="set_to" name="BOOST_ROOT_DIR">$INSTALL_DIR/boost</environment_variable>
23 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/boost/lib/</environment_variable> 43 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/boost/lib/</environment_variable>
24 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable> 44 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable>
25 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable> 45 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable>
26 </action> 46 </action>
27 </actions> 47 </actions_group>
28 </install> 48 </install>
29 <readme>Compiling boost requires a C++ compiler (typically gcc). You can access the boost root directory through the $BOOST_ROOT_DIR system variable. All modules will be build.</readme> 49 <readme>Compiling boost requires a C++ compiler (typically gcc). You can access the boost root directory through the $BOOST_ROOT_DIR system variable. All modules will be build.</readme>
30 </package> 50 </package>
31 </tool_dependency> 51 </tool_dependency>