From 1b075217048f70ff9485e0f301e37af5d038b702 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 13 Nov 2018 07:33:00 -0600 Subject: [PATCH] Update test data used on Travis --- .travis.yml | 1 - tools/ci/download-xs.sh | 10 ++-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index eacf3bb43f3..2c3a50559a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,6 @@ cache: directories: - $HOME/nndc_hdf5 - $HOME/endf-b-vii.1 - - $HOME/WMP_Library env: global: - FC=gfortran diff --git a/tools/ci/download-xs.sh b/tools/ci/download-xs.sh index eed9e23c41d..5fbe93c71db 100755 --- a/tools/ci/download-xs.sh +++ b/tools/ci/download-xs.sh @@ -1,9 +1,9 @@ #!/bin/bash set -ex -# Download NNDC HDF5 data +# Download HDF5 data if [[ ! -e $HOME/nndc_hdf5/cross_sections.xml ]]; then - wget -q -O - https://anl.box.com/shared/static/a0eflty17atnpd0pp7460exagr3nuhm7.xz | tar -C $HOME -xJ + wget -q -O - https://anl.box.com/shared/static/snrluuy79o2fffpvpng9bsuis5kl811d.xz | tar -C $HOME -xJ fi # Download ENDF/B-VII.1 distribution @@ -11,9 +11,3 @@ ENDF=$HOME/endf-b-vii.1/ if [[ ! -d $ENDF/neutrons || ! -d $ENDF/photoat || ! -d $ENDF/atomic_relax ]]; then wget -q -O - https://anl.box.com/shared/static/4kd2gxnf4gtk4w1c8eua5fsua22kvgjb.xz | tar -C $HOME -xJ fi - -# Download multipole library -if [[ ! -e $HOME/WMP_Library/092235.h5 ]]; then - wget -q https://github.com/mit-crpg/WMP_Library/releases/download/v1.1/WMP_Library_v1.1.tar.gz - tar -C $HOME -xzf WMP_Library_v1.1.tar.gz -fi