OpenMC/tools/ci/gha-install-njoy.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
181 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -ex
cd $HOME
git clone -b 2016.78 https://github.com/njoy/NJOY2016
cd NJOY2016
mkdir build && cd build
2017-12-18 20:58:31 +07:00
cmake -Dstatic=on .. && make 2>/dev/null && sudo make install