Skip to content

Commit

Permalink
Merge pull request #93 from JCSDA-internal/bugfix/boost
Browse files Browse the repository at this point in the history
boost download site
  • Loading branch information
Mark Miesch authored Jun 3, 2021
2 parents daccca1 + cb1b181 commit 910d939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/libs/build_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version=$1

cd ${JEDI_STACK_ROOT}/${PKGDIR:-"pkg"}
software=$name\_$(echo $version | sed 's/\./_/g')
url="https://boostorg.jfrog.io/artifactory/main/release/$version/$software.tar.gz"
url="https://boostorg.jfrog.io/artifactory/main/release/$version/source/$software.tar.gz"
[[ -d $software ]] || ( $WGET $url; tar -xf $software.tar.gz )
[[ ${DOWNLOAD_ONLY} =~ [yYtT] ]] && exit 0
[[ -d $software ]] && cd $software || ( echo "$software does not exist, ABORT!"; exit 1 )
Expand Down

0 comments on commit 910d939

Please sign in to comment.