mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
update travis ci scripts to use latest library
This commit is contained in:
parent
63032ba40a
commit
e4de659b12
2 changed files with 5 additions and 3 deletions
|
|
@ -17,6 +17,7 @@ cache:
|
|||
directories:
|
||||
- $HOME/nndc_hdf5
|
||||
- $HOME/endf-b-vii.1
|
||||
- $HOME/WMP_Library
|
||||
env:
|
||||
global:
|
||||
- FC=gfortran
|
||||
|
|
@ -25,7 +26,7 @@ env:
|
|||
- OMP_NUM_THREADS=2
|
||||
- OPENMC_CROSS_SECTIONS=$HOME/nndc_hdf5/cross_sections.xml
|
||||
- OPENMC_ENDF_DATA=$HOME/endf-b-vii.1
|
||||
- OPENMC_MULTIPOLE_LIBRARY=$HOME/multipole_lib
|
||||
- OPENMC_MULTIPOLE_LIBRARY=$HOME/WMP_Library/WMP_Library
|
||||
- PATH=$PATH:$HOME/NJOY2016/build
|
||||
- DISPLAY=:99.0
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -17,5 +17,6 @@ if [[ ! -d $ENDF/neutrons || ! -d $ENDF/photoat || ! -d $ENDF/atomic_relax ]]; t
|
|||
fi
|
||||
|
||||
# Download multipole library
|
||||
git clone --branch=master git://github.com/smharper/windowed_multipole_library.git wmp_lib
|
||||
tar -C $HOME -xzvf wmp_lib/multipole_lib.tar.gz
|
||||
if [[ ! -d $HOME/WMP_Library ]]; then
|
||||
git lfs clone https://github.com/mit-crpg/WMP_Library.git
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue