Skip to content

Commit

Permalink
Use right URL to pull cctools source.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed Mar 21, 2017
1 parent bee7fbe commit 24ec05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

(
cd $VIRTUAL_ENV/src
wget -O - http://ccl.cse.nd.edu/software/files/cctools-lobster-142-55035a54-cvmfs-40cf5bba-x86_64-redhat6.tar.gz|tar xzf -
wget -O - http://ccl.cse.nd.edu/software/files/cctools-lobster-142-55035a54-cvmfs-40cf5bba-source.tar.gz|tar xzf -
cd cctools*
sed -i 's/\(config_perl_path\)=auto/\1=no/' ./configure
./configure --prefix $VIRTUAL_ENV
Expand Down

0 comments on commit 24ec05e

Please sign in to comment.