Mercurial > repos > bgruening > upload_testing
comparison tool_dependencies.xml @ 64:eb0b1b83cba1
Uploaded
author | bgruening |
---|---|
date | Sun, 20 Oct 2013 14:10:00 -0400 |
parents | d507ebc3b071 |
children | 441a8f8875cd |
comparison
equal
deleted
inserted
replaced
63:d507ebc3b071 | 64:eb0b1b83cba1 |
---|---|
1 <?xml version="1.0"?> | |
1 <tool_dependency> | 2 <tool_dependency> |
2 <package name="qt" version="5.1"> | 3 <package name="libtool" version="2.4"> |
4 <repository changeset_revision="5ccfb33b5622" name="package_libtool_2_4" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="Qt" version="5.1"> | |
7 <repository changeset_revision="e681b22bf109" name="package_qt_5_1" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="OpenMS" version="1.10.0"> | |
3 <install version="1.0"> | 10 <install version="1.0"> |
4 <actions> | 11 <actions> |
5 <action type="download_by_url">http://download.qt-project.org/official_releases/qt/5.1/5.1.1/single/qt-everywhere-opensource-src-5.1.1.tar.gz</action> | 12 <action type="download_by_url">http://downloads.sourceforge.net/project/open-ms/OpenMS/OpenMS-1.10/OpenMS-1.10.0.tar.gz</action> |
6 <action type="autoconf" /> | 13 |
14 <!-- populate the environment variables from the dependend repos --> | |
15 <action type="set_environment_for_install"> | |
16 <repository changeset_revision="5ccfb33b5622" name="package_libtool_2_4" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
17 <package name="libtool" version="2.4" /> | |
18 </repository> | |
19 <repository changeset_revision="e681b22bf109" name="package_qt_5_1" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
20 <package name="Qt" version="5.1 " /> | |
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="make_install" /> | |
7 <action type="set_environment"> | 29 <action type="set_environment"> |
8 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 30 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
9 <environment_variable name="QT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | 31 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
10 </action> | 32 </action> |
11 </actions> | 33 </actions> |
12 </install> | 34 </install> |
13 <readme> | 35 <readme> |
14 Installing Qt. | 36 This package downloads and installs OpenMS. |
15 http://qt-project.org/ | 37 http://open-ms.sourceforge.net/ |
16 </readme> | 38 </readme> |
17 </package> | 39 </package> |
18 </tool_dependency> | 40 </tool_dependency> |