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>
|
1
|
9 <package name="openms" version="1.11.1">
|
0
|
10 <install version="1.0">
|
|
11 <actions>
|
1
|
12 <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
|
13
|
|
14 <!-- populate the environment variables from the dependend repos -->
|
|
15 <action type="set_environment_for_install">
|
|
16 <repository changeset_revision="7f67694b167c" name="package_libtool_2_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
17 <package name="libtool" version="2.4" />
|
|
18 </repository>
|
|
19 <repository changeset_revision="efd2620ae8bd" name="package_qt_4_8" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
20 <package name="Qt" version="4.8 " />
|
|
21 </repository>
|
|
22 </action>
|
|
23
|
|
24 <action type="change_directory">contrib</action>
|
|
25 <action type="shell_command">cmake .</action>
|
|
26 <action type="change_directory">..</action>
|
|
27 <action type="shell_command">cmake . -DINSTALL_PREFIX=$INSTALL_DIR</action>
|
|
28 <action type="shell_command">make doc_minimal</action>
|
|
29 <action type="shell_command">make install</action>
|
|
30 <action type="set_environment">
|
|
31 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
32 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
33 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[QT_ROOT_DIR]/lib/</environment_variable>
|
|
34 </action>
|
|
35 </actions>
|
|
36 </install>
|
|
37 <readme>
|
|
38 This package downloads and installs OpenMS.
|
|
39 http://open-ms.sourceforge.net/
|
|
40 </readme>
|
|
41 </package>
|
|
42 </tool_dependency>
|