0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="libtool" version="2.4">
|
|
4 <repository changeset_revision="5ccfb33b5622" name="package_libtool_2_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
5 </package>
|
|
6 <package name="Qt" version="4.8">
|
6
|
7 <repository changeset_revision="d05194d4dc93" name="package_qt_4_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
0
|
8 </package>
|
|
9 <package name="zlib" version="1.2.8">
|
|
10 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
11 </package>
|
|
12 <package name="bzlib" version="1.0.6">
|
7
|
13 <repository changeset_revision="d971aef661a7" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
14 </package>
|
|
15 <package name="boost" version="1.55.0">
|
|
16 <repository changeset_revision="9fbaadc2f81a" name="package_boost_1_55" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
0
|
17 </package>
|
4
|
18 <package name="openms" version="1.12">
|
0
|
19 <install version="1.0">
|
|
20 <actions>
|
|
21 <action type="download_by_url">http://share.gruenings.eu/OpenMS.tar.bz2</action>
|
|
22 <!-- populate the environment variables from the dependend repos -->
|
|
23 <action type="set_environment_for_install">
|
|
24 <repository changeset_revision="5ccfb33b5622" name="package_libtool_2_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
25 <package name="libtool" version="2.4" />
|
|
26 </repository>
|
6
|
27 <repository changeset_revision="d05194d4dc93" name="package_qt_4_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
0
|
28 <package name="Qt" version="4.8" />
|
|
29 </repository>
|
|
30 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
31 <package name="zlib" version="1.2.8" />
|
|
32 </repository>
|
7
|
33 <repository changeset_revision="d971aef661a7" name="package_bzlib_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
0
|
34 <package name="bzlib" version="1.0.6" />
|
|
35 </repository>
|
7
|
36 <repository changeset_revision="9fbaadc2f81a" name="package_boost_1_55" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
37 <package name="boost" version="1.55.0" />
|
|
38 </repository>
|
0
|
39 </action>
|
|
40
|
|
41 <action type="change_directory">contrib</action>
|
|
42 <action type="shell_command">cmake . -DBUILD_TYPE=SEQAN</action>
|
|
43 <action type="shell_command">cmake . -DBUILD_TYPE=LIBSVM</action>
|
|
44 <action type="shell_command">cmake . -DBUILD_TYPE=XERCESC</action>
|
|
45 <action type="shell_command">cmake . -DBUILD_TYPE=GSL</action>
|
7
|
46 <!--action type="shell_command">cmake . -DBUILD_TYPE=BOOST -DNUMBER_OF_JOBS=4</action-->
|
0
|
47 <action type="shell_command">cmake . -DBUILD_TYPE=COINOR</action>
|
|
48 <action type="shell_command">cmake . -DBUILD_TYPE=BZIP2</action>
|
|
49 <action type="shell_command">cmake . -DBUILD_TYPE=GLPK</action>
|
1
|
50 <action type="shell_command">cmake . -DBUILD_TYPE=EIGEN</action>
|
4
|
51 <action type="shell_command">cmake . -DBUILD_TYPE=WILDMAGIC</action>
|
0
|
52
|
|
53 <action type="change_directory">..</action>
|
8
|
54 <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DHAS_XSERVER=OFF -DENABLE_TUTORIALS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -DENABLE_STYLE_TESTING=OFF -DENABLE_UNITYBUILD=OFF -DWITH_GUI=OFF -DBoost_INCLUDE_DIR=$BOOST_ROOT_DIR/include/</action>
|
6
|
55 <action type="shell_command">make OpenMS TOPP UTILS</action>
|
0
|
56 <action type="shell_command">make install</action>
|
4
|
57 <!-- ToDo can we get it easily without svn? Is this included in the final tarball? -->
|
|
58 <!-- svn checkout http://svn.code.sf.net/p/open-ms/code/THIRDPARTY/SEARCHENGINES/Linux/64bit/ _searchengines -->
|
0
|
59 <action type="set_environment">
|
|
60 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
61 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
62 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[QT_ROOT_DIR]/lib/</environment_variable>
|
7
|
63 <environment_variable action="set_to" name="OPENMS_ROOT_PATH">$INSTALL_DIR</environment_variable>
|
|
64 <environment_variable action="set_to" name="OPENMS_DATA_PATH">$INSTALL_DIR/share/OpenMS/</environment_variable>
|
0
|
65 </action>
|
|
66 </actions>
|
|
67 </install>
|
|
68 <readme>
|
|
69 This package downloads and installs OpenMS.
|
|
70 http://open-ms.sourceforge.net/
|
|
71 </readme>
|
|
72 </package>
|
|
73 </tool_dependency>
|