changeset 10:8608dc490e8a draft default tip

Uploaded
author bgruening
date Thu, 29 Jan 2015 07:34:55 -0500
parents 95462a64e4e1
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jan 29 03:37:27 2015 -0500
+++ b/tool_dependencies.xml	Thu Jan 29 07:34:55 2015 -0500
@@ -51,7 +51,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 -DHAS_XSERVER=OFF -DENABLE_TUTORIALS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=OFF -DENABLE_STYLE_TESTING=OFF -DENABLE_UNITYBUILD=OFF -DWITH_GUI=OFF -DBoost_INCLUDE_DIR=$BOOST_ROOT_DIR/include/</action>
+                <!-- -DBoost_INCLUDE_DIR=$BOOST_ROOT_DIR/include/ -->
+                <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DHAS_XSERVER=OFF -DENABLE_TUTORIALS=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TESTING=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? -->