mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
7 lines
170 B
Bash
Executable file
7 lines
170 B
Bash
Executable file
#!/bin/bash
|
|
set -ex
|
|
cd $HOME
|
|
git clone https://github.com/njoy/NJOY2016
|
|
cd NJOY2016
|
|
mkdir build && cd build
|
|
cmake -Dstatic=on .. && make 2>/dev/null && sudo make install
|