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">
|
2
|
7 <repository changeset_revision="3e949a92804a" 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">
|
|
13 <repository changeset_revision="2dec91192fc7" name="package_bzlib_1_0" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
14 </package>
|
4
|
15 <package name="openms" version="1.12">
|
0
|
16 <install version="1.0">
|
|
17 <actions>
|
|
18 <action type="download_by_url">http://share.gruenings.eu/OpenMS.tar.bz2</action>
|
|
19 <!-- populate the environment variables from the dependend repos -->
|
|
20 <action type="set_environment_for_install">
|
|
21 <repository changeset_revision="5ccfb33b5622" name="package_libtool_2_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
22 <package name="libtool" version="2.4" />
|
|
23 </repository>
|
2
|
24 <repository changeset_revision="3e949a92804a" name="package_qt_4_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
0
|
25 <package name="Qt" version="4.8" />
|
|
26 </repository>
|
|
27 <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
28 <package name="zlib" version="1.2.8" />
|
|
29 </repository>
|
|
30 <repository changeset_revision="2dec91192fc7" name="package_bzlib_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
31 <package name="bzlib" version="1.0.6" />
|
|
32 </repository>
|
|
33 </action>
|
|
34
|
|
35 <action type="change_directory">contrib</action>
|
|
36 <action type="shell_command">cmake . -DBUILD_TYPE=SEQAN</action>
|
|
37 <action type="shell_command">cmake . -DBUILD_TYPE=LIBSVM</action>
|
|
38 <action type="shell_command">cmake . -DBUILD_TYPE=XERCESC</action>
|
|
39 <action type="shell_command">cmake . -DBUILD_TYPE=GSL</action>
|
4
|
40 <action type="shell_command">cmake . -DBUILD_TYPE=BOOST -DNUMBER_OF_JOBS=4</action>
|
0
|
41 <action type="shell_command">cmake . -DBUILD_TYPE=COINOR</action>
|
|
42 <action type="shell_command">cmake . -DBUILD_TYPE=BZIP2</action>
|
|
43 <action type="shell_command">cmake . -DBUILD_TYPE=GLPK</action>
|
1
|
44 <action type="shell_command">cmake . -DBUILD_TYPE=EIGEN</action>
|
4
|
45 <action type="shell_command">cmake . -DBUILD_TYPE=WILDMAGIC</action>
|
0
|
46
|
|
47 <action type="change_directory">..</action>
|
4
|
48 <action type="shell_command">export ENABLE_TUTORIALS=Off && export ENABLE_STYLE_TESTING=Off && export ENABLE_UNITYBUILD=Off && export WITH_GUI=Off && cmake . -DINSTALL_PREFIX=$INSTALL_DIR</action>
|
|
49 <!--action type="shell_command">make doc_minimal</action-->
|
0
|
50 <action type="shell_command">make install</action>
|
4
|
51 <!-- ToDo can we get it easily without svn? Is this included in the final tarball? -->
|
|
52 <!-- svn checkout http://svn.code.sf.net/p/open-ms/code/THIRDPARTY/SEARCHENGINES/Linux/64bit/ _searchengines -->
|
0
|
53 <action type="set_environment">
|
|
54 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
55 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
56 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[QT_ROOT_DIR]/lib/</environment_variable>
|
|
57 </action>
|
|
58 </actions>
|
|
59 </install>
|
|
60 <readme>
|
|
61 This package downloads and installs OpenMS.
|
|
62 http://open-ms.sourceforge.net/
|
|
63
|
|
64 Requirements: OpenGL is needed to compile OpenMS. You can find libopengl.so usually in some mesa libraries.
|
|
65 </readme>
|
|
66 </package>
|
|
67 </tool_dependency>
|