mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Build NJOY without shared library
This commit is contained in:
parent
530f33907b
commit
39f3ea9327
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ git clone https://github.com/njoy/NJOY2016
|
|||
cd NJOY2016
|
||||
sed -i -e 's/5\.1/4.8/' CMakeLists.txt
|
||||
mkdir build && cd build
|
||||
cmake .. && make 2>/dev/null && sudo make install
|
||||
cmake -Dstatic=on .. && make 2>/dev/null && sudo make install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue