changeset 5:3f2ebd5d2f1b draft

Uploaded
author bgruening
date Fri, 10 Oct 2014 03:26:03 -0400
parents 833d13cd7a6c
children 1d7e52789960
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Oct 09 17:47:01 2014 -0400
+++ b/tool_dependencies.xml	Fri Oct 10 03:26:03 2014 -0400
@@ -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="3e949a92804a" name="package_qt_4_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="cfe4b5691ffa" 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="3e949a92804a" name="package_qt_4_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                    <repository changeset_revision="cfe4b5691ffa" 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,8 +45,7 @@
                 <action type="shell_command">cmake . -DBUILD_TYPE=WILDMAGIC</action>
 
                 <action type="change_directory">..</action>
-                <action type="shell_command">export ENABLE_TUTORIALS=Off &amp;&amp; export ENABLE_STYLE_TESTING=Off &amp;&amp; export ENABLE_UNITYBUILD=Off &amp;&amp; export WITH_GUI=Off &amp;&amp; cmake . -DINSTALL_PREFIX=$INSTALL_DIR</action>
-                <!--action type="shell_command">make doc_minimal</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">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 -->
@@ -60,8 +59,6 @@
         <readme>
             This package downloads and installs OpenMS.
             http://open-ms.sourceforge.net/
-            
-            Requirements: OpenGL is needed to compile OpenMS. You can find libopengl.so usually in some mesa libraries.
         </readme>
     </package>
 </tool_dependency>