diff tool_dependencies.xml @ 24:1c218c2a4bd8 default tip

ChemicalToolBoX update.
author Bjoern Gruening <bjoern.gruening@gmail.com>
date Tue, 23 Jul 2013 14:54:12 +0200
parents 405b198f6379
children
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jul 23 01:02:34 2013 +0200
+++ b/tool_dependencies.xml	Tue Jul 23 14:54:12 2013 +0200
@@ -12,7 +12,7 @@
     <package name="silicos_it" version="1.0.1">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">https://github.com/bgruening/silicos-it_store/blob/master/strip-it/strip-it-1.0.2.tar.gz</action>
+                <action type="download_by_url">https://github.com/bgruening/silicos-it_store/raw/master/strip-it/strip-it-1.0.2.tar.gz</action>
 
                 <!-- populate the environment variables from the dependend repos 
                     $OPENBABEL_INCLUDE_DIR and $OPENBABEL_LIB_DIR
@@ -25,7 +25,6 @@
 
                 <!--compiling strip-it -->
                 <action type="shell_command">
-                    cd strip-it-1.0.2 &amp;&amp;
                     cmake . -DOPENBABEL2_INCLUDE_DIRS=$OPENBABEL_INCLUDE_DIR/openbabel-2.0/ -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/strip-it/ -DOPENBABEL2_LIBRARIES=$OPENBABEL_LIB_DIR/libopenbabel.so &amp;&amp; 
                     make  &amp;&amp;
                     make install</action>