changeset 17:8ce91708b876 draft

Uploaded
author greg
date Tue, 12 Jul 2016 10:33:02 -0400
parents cee17b592b17
children f830d27a3a29
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jul 12 10:03:21 2016 -0400
+++ b/tool_dependencies.xml	Tue Jul 12 10:33:02 2016 -0400
@@ -59,7 +59,7 @@
                             -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/anaconda/bin/python \
                             -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/anaconda/lib/libpython2.7.so \
                             -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/anaconda/include/python2.7 . &&
-                            make -j 8 &&
+                            make &&
                             make install
                         
                     </action>
@@ -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 . &amp;&amp;
-                            make -j 8 &amp;&amp;
+                            make &amp;&amp;
                             make install
                         
                     </action>