mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
7 lines
139 B
Bash
7 lines
139 B
Bash
cd
|
|
mkdir -p build/netgen
|
|
cd build/netgen
|
|
cmake ../../src/netgen -DUSE_CCACHE=ON -DUSE_MPI=ON -DENABLE_UNIT_TESTS=ON
|
|
make -j12
|
|
make install
|