mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
Update gha-install-ncrystal.sh
This commit is contained in:
parent
be330a11b6
commit
fff545ac79
1 changed files with 8 additions and 2 deletions
|
|
@ -35,8 +35,14 @@ make install
|
|||
#Note: There is no "make test" or "make ctest" functionality for NCrystal
|
||||
# yet. If it appears in the future, we should add it here.
|
||||
|
||||
eval $( "${INST_DIR}/bin/ncrystal-config --setup" )
|
||||
# Output the configuration to the log
|
||||
|
||||
"${INST_DIR}/bin/ncrystal-config" --setup
|
||||
|
||||
# Change environmental variables
|
||||
|
||||
eval $( "${INST_DIR}/bin/ncrystal-config" --setup )
|
||||
|
||||
# Check installation worked
|
||||
|
||||
ncrystal-config --setup
|
||||
nctool --test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue