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">
|
|
7 <repository changeset_revision="efd2620ae8bd" name="package_qt_4_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
8 </package>
|
2
|
9 <package name="zlib" version="1.2.8">
|
|
10 <repository changeset_revision="a7636aa0a747" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
|
11 </package>
|
1
|
12 <package name="openms" version="1.11.1">
|
0
|
13 <install version="1.0">
|
|
14 <actions>
|
1
|
15 <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
|
16
|
|
17 <!-- populate the environment variables from the dependend repos -->
|
|
18 <action type="set_environment_for_install">
|
|
19 <repository changeset_revision="7f67694b167c" name="package_libtool_2_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
20 <package name="libtool" version="2.4" />
|
|
21 </repository>
|
|
22 <repository changeset_revision="efd2620ae8bd" name="package_qt_4_8" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
23 <package name="Qt" version="4.8 " />
|
|
24 </repository>
|
2
|
25 <repository changeset_revision="a7636aa0a747" name="package_zlib_1_2_8" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
26 <package name="zlib" version="1.2.8 " />
|
|
27 </repository>
|
0
|
28 </action>
|
|
29
|
|
30 <action type="change_directory">contrib</action>
|
|
31 <action type="shell_command">cmake .</action>
|
|
32 <action type="change_directory">..</action>
|
|
33 <action type="shell_command">cmake . -DINSTALL_PREFIX=$INSTALL_DIR</action>
|
|
34 <action type="shell_command">make doc_minimal</action>
|
|
35 <action type="shell_command">make install</action>
|
|
36 <action type="set_environment">
|
|
37 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
38 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
39 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[QT_ROOT_DIR]/lib/</environment_variable>
|
|
40 </action>
|
|
41 </actions>
|
|
42 </install>
|
|
43 <readme>
|
|
44 This package downloads and installs OpenMS.
|
|
45 http://open-ms.sourceforge.net/
|
2
|
46
|
|
47 Requirements: OpenGL is needed to compile OpenMS. You can find libopengl.so usually in some mesa libraries.
|
0
|
48 </readme>
|
|
49 </package>
|
|
50 </tool_dependency>
|