Mercurial > repos > galaxyp > package_openms_1_11
comparison tool_dependencies.xml @ 0:021710bed779 draft
initial uploaded
author | bgruening |
---|---|
date | Tue, 12 Nov 2013 10:11:19 -0500 |
parents | |
children | dba0743fae3d |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:021710bed779 |
---|---|
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> | |
9 <package name="OpenMS" version="1.10.0"> | |
10 <install version="1.0"> | |
11 <actions> | |
12 <action type="download_by_url">http://downloads.sourceforge.net/project/open-ms/OpenMS/OpenMS-1.11/OpenMS-1.11.0.tar.gz</action> | |
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> |