mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Add option to install NCrystal
This commit is contained in:
parent
5f8e64b463
commit
87ed26babe
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ if [[ $DAGMC = 'y' ]]; then
|
|||
./tools/ci/gha-install-dagmc.sh
|
||||
fi
|
||||
|
||||
# Install NCrystal if needed
|
||||
if [[ $NCRYSTAL = 'y' ]]; then
|
||||
./tools/ci/gha-install-ncrystal.sh
|
||||
fi
|
||||
|
||||
# Install vectfit for WMP generation if needed
|
||||
if [[ $VECTFIT = 'y' ]]; then
|
||||
./tools/ci/gha-install-vectfit.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue