changeset 22:3a97cddb56c0 draft

Uploaded
author greg
date Wed, 13 Jul 2016 10:25:38 -0400
parents fbc28957cdc6
children e15630492bfc
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jul 13 09:54:39 2016 -0400
+++ b/tool_dependencies.xml	Wed Jul 13 10:25:38 2016 -0400
@@ -145,7 +145,7 @@
                             -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/anaconda/bin/python \
                             -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/anaconda/lib/libpython2.7.dylib \
                             -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/anaconda/include/python2.7 . &&
-                            make &&
+                            make -j 8 &&
                             make install
                         
                     </action>
@@ -158,8 +158,8 @@
                     <action type="shell_command">
                         
                             export PATH=$INSTALL_DIR/anaconda/bin:$PATH &amp;&amp;
-                            $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR &amp;&amp;
-                            $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR
+                            $INSTALL_DIR/anaconda/bin/python setup.py develop --prefix=$INSTALL_DIR/anaconda &amp;&amp;
+                            $INSTALL_DIR/anaconda/bin/python setup.py install --prefix=$INSTALL_DIR/anaconda
                         
                     </action>