# HG changeset patch # User pjbriggs # Date 1524642653 14400 # Node ID b9e2b3dd392d2e14dbfba88196690b3876ef8588 # Parent a898ee62834311a0df4f6f62270ef6201b31a6b0 Removed unwanted changes to install_tool_deps.sh in previous upload. diff -r a898ee628343 -r b9e2b3dd392d install_tool_deps.sh --- a/install_tool_deps.sh Wed Apr 25 03:45:37 2018 -0400 +++ b/install_tool_deps.sh Wed Apr 25 03:50:53 2018 -0400 @@ -338,9 +338,6 @@ export ATLAS_ROOT_PATH=$INSTALL_DIR export LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=$INSTALL_DIR/lib/atlas:$LD_LIBRARY_PATH - # Make installation directories - mkdir -p $INSTALL_DIR/bin - mkdir -p $INSTALL_DIR/lib/python2.7/site-packages # Numpy 1.7.1 local wd=$(mktemp -d) echo Moving to $wd @@ -363,49 +360,13 @@ popd rm -rf $wd/* rmdir $wd - # Setuptools 36.4.0 - install_python_package $INSTALL_DIR setuptools 38.2.4 \ - https://github.com/pypa/setuptools/archive/v38.2.4.tar.gz \ - setuptools-38.2.4 - # Distribute 0.6.28 - ##local wd=$(mktemp -d) - ##echo Moving to $wd - ##pushd $wd - ##wget -q https://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz - ##tar -zxvf distribute-0.6.28.tar.gz - ##cd distribute-0.6.28 - ##sed -i 's,index_url="http://pypi.python.org/simple",index_url="https://pypi.python.org/simple",g' setuptools/package_index.py - ##sed -i 's,"http://pypi.python.org/simple","https://pypi.python.org/simple",g' setuptools/command/easy_install.py - ##/bin/bash <