Skip to content

Commit

Permalink
Update cctools version to fix build error
Browse files Browse the repository at this point in the history
The build script was trying to install a very old version of cctools which isn't available anymore.
  • Loading branch information
klannon authored Mar 4, 2019
1 parent a493876 commit 6000143
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 @@ -22,7 +22,7 @@ fi

(
cd $VIRTUAL_ENV/src
wget -O - http://ccl.cse.nd.edu/software/files/cctools-lobster-154-16b67876-cvmfs-70dfa0d6-source.tar.gz|tar xzf -
wget -O - http://ccl.cse.nd.edu/software/files/cctools-lobster-167-0e914feb-cvmfs-70dfa0d6-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 6000143

Please sign in to comment.