# HG changeset patch # User greg # Date 1468419938 14400 # Node ID 3a97cddb56c0c446c1e1c3b5d593477dc6f85e23 # Parent fbc28957cdc6911d049201d09f10e2309a4b1637 Uploaded diff -r fbc28957cdc6 -r 3a97cddb56c0 tool_dependencies.xml --- 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 @@ -158,8 +158,8 @@ export PATH=$INSTALL_DIR/anaconda/bin:$PATH && - $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR && - $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR + $INSTALL_DIR/anaconda/bin/python setup.py develop --prefix=$INSTALL_DIR/anaconda && + $INSTALL_DIR/anaconda/bin/python setup.py install --prefix=$INSTALL_DIR/anaconda