mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 06:25:30 -04:00
Pin NJOY version in CI to 2016.78 (#3917)
This commit is contained in:
parent
23e8a11102
commit
1eb368bbd2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
cd $HOME
|
||||
git clone https://github.com/njoy/NJOY2016
|
||||
git clone -b 2016.78 https://github.com/njoy/NJOY2016
|
||||
cd NJOY2016
|
||||
mkdir build && cd build
|
||||
cmake -Dstatic=on .. && make 2>/dev/null && sudo make install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue