0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="libtool" version="2.4">
|
|
4 <repository changeset_revision="7f67694b167c" name="package_libtool_2_4" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
5 </package>
|
|
6 <package name="Qt" version="4.8">
|
3
|
7 <repository changeset_revision="07e57d7a3fe2" name="package_qt_4_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
0
|
8 </package>
|
2
|
9 <package name="zlib" version="1.2.8">
|
3
|
10 <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
11 </package>
|
|
12 <package name="boost" version="1.53.0">
|
|
13 <repository changeset_revision="dbdde1a2d0c5" name="package_boost_1_53" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
2
|
14 </package>
|
1
|
15 <package name="openms" version="1.11.1">
|
0
|
16 <install version="1.0">
|
|
17 <actions>
|
1
|
18 <action type="download_by_url">http://downloads.sourceforge.net/project/open-ms/OpenMS/OpenMS-1.11.1/OpenMS-1.11.1.tar.gz</action>
|
0
|
19
|
|
20 <!-- populate the environment variables from the dependend repos -->
|
|
21 <action type="set_environment_for_install">
|
|
22 <repository changeset_revision="7f67694b167c" name="package_libtool_2_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
23 <package name="libtool" version="2.4" />
|
|
24 </repository>
|
3
|
25 <repository changeset_revision="07e57d7a3fe2" name="package_qt_4_8" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
0
|
26 <package name="Qt" version="4.8 " />
|
|
27 </repository>
|
3
|
28 <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
2
|
29 <package name="zlib" version="1.2.8 " />
|
|
30 </repository>
|
3
|
31 <repository changeset_revision="dbdde1a2d0c5" name="package_boost_1_53" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
32 <package name="boost" version="1.53.0 " />
|
|
33 </repository>
|
0
|
34 </action>
|
|
35
|
|
36 <action type="change_directory">contrib</action>
|
3
|
37 <action type="shell_command">cmake . -DBUILD_TYPE=SEQAN</action>
|
|
38 <action type="shell_command">cmake . -DBUILD_TYPE=LIBSVM</action>
|
|
39 <action type="shell_command">cmake . -DBUILD_TYPE=XERCESC</action>
|
|
40 <action type="shell_command">cmake . -DBUILD_TYPE=GSL</action>
|
|
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>
|
|
44
|
0
|
45 <action type="change_directory">..</action>
|
|
46 <action type="shell_command">cmake . -DINSTALL_PREFIX=$INSTALL_DIR</action>
|
|
47 <action type="shell_command">make doc_minimal</action>
|
|
48 <action type="shell_command">make install</action>
|
|
49 <action type="set_environment">
|
|
50 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
51 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
52 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[QT_ROOT_DIR]/lib/</environment_variable>
|
|
53 </action>
|
|
54 </actions>
|
|
55 </install>
|
|
56 <readme>
|
|
57 This package downloads and installs OpenMS.
|
|
58 http://open-ms.sourceforge.net/
|
2
|
59
|
|
60 Requirements: OpenGL is needed to compile OpenMS. You can find libopengl.so usually in some mesa libraries.
|
0
|
61 </readme>
|
|
62 </package>
|
|
63 </tool_dependency>
|