Mercurial > repos > bgruening > package_openms_latest
changeset 6:1d7e52789960 draft
Uploaded
author | iuc |
---|---|
date | Wed, 12 Nov 2014 10:50:52 -0500 |
parents | 3f2ebd5d2f1b |
children | a98539411cd6 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Oct 10 03:26:03 2014 -0400 +++ b/tool_dependencies.xml Wed Nov 12 10:50:52 2014 -0500 @@ -4,7 +4,7 @@ <repository changeset_revision="5ccfb33b5622" name="package_libtool_2_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="Qt" version="4.8"> - <repository changeset_revision="cfe4b5691ffa" name="package_qt_4_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="d05194d4dc93" name="package_qt_4_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="zlib" version="1.2.8"> <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> @@ -21,7 +21,7 @@ <repository changeset_revision="5ccfb33b5622" name="package_libtool_2_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="libtool" version="2.4" /> </repository> - <repository changeset_revision="cfe4b5691ffa" name="package_qt_4_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="d05194d4dc93" name="package_qt_4_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="Qt" version="4.8" /> </repository> <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> @@ -45,7 +45,8 @@ <action type="shell_command">cmake . -DBUILD_TYPE=WILDMAGIC</action> <action type="change_directory">..</action> - <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DENABLE_TUTORIALS=Off -DENABLE_STYLE_TESTING=Off -DENABLE_UNITYBUILD=Off -DWITH_GUI=Off</action> + <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DHAS_XSERVER=OFF -DENABLE_TUTORIALS=OFF -DENABLE_STYLE_TESTING=OFF -DENABLE_UNITYBUILD=OFF -DWITH_GUI=OFF</action> + <action type="shell_command">make OpenMS TOPP UTILS</action> <action type="shell_command">make install</action> <!-- ToDo can we get it easily without svn? Is this included in the final tarball? --> <!-- svn checkout http://svn.code.sf.net/p/open-ms/code/THIRDPARTY/SEARCHENGINES/Linux/64bit/ _searchengines -->