mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Setting DAGMC_ROOT instead of LD_LIBRARY_PATH in travis YAML file.
This commit is contained in:
parent
e758b05bf9
commit
44feaa9e92
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
sudo: required
|
||||
dist: xenial
|
||||
language: python
|
||||
|
|
@ -21,11 +22,11 @@ cache:
|
|||
env:
|
||||
global:
|
||||
- MPI_DIR=/usr
|
||||
- DAGMC_ROOT=$HOME/DAGMC
|
||||
- HDF5_ROOT=/usr
|
||||
- OMP_NUM_THREADS=2
|
||||
- OPENMC_CROSS_SECTIONS=$HOME/nndc_hdf5/cross_sections.xml
|
||||
- OPENMC_ENDF_DATA=$HOME/endf-b-vii.1
|
||||
- LD_LIBRARY_PATH=$HOME/MOAB/lib:$HOME/DAGMC/lib
|
||||
- PATH=$PATH:$HOME/NJOY2016/build
|
||||
- COVERALLS_PARALLEL=true
|
||||
- NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue