mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 06:25:30 -04:00
7 lines
181 B
Bash
Executable file
7 lines
181 B
Bash
Executable file
#!/bin/bash
|
|
set -ex
|
|
cd $HOME
|
|
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
|