Skip to content

Commit

Permalink
ADIOS1 URL: with https://
Browse files Browse the repository at this point in the history
SSL certs either outdated or weird, thus adding `-k` to
curl.
  • Loading branch information
ax3l committed Oct 20, 2023
1 parent 0a24b61 commit cba2179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ function install_buildessentials {
function build_adios1 {
if [ -e adios1-stamp ]; then return; fi

curl -sLo adios-1.13.1.tar.gz \
http://users.nccs.gov/~pnorbert/adios-1.13.1.tar.gz
curl -k -sLo adios-1.13.1.tar.gz \
https://users.nccs.gov/~pnorbert/adios-1.13.1.tar.gz
file adios*.tar.gz
tar -xzf adios*.tar.gz
rm adios*.tar.gz
Expand Down

0 comments on commit cba2179

Please sign in to comment.