gmsh: enable parallel building
This commit is contained in:
parent
0af966f368
commit
4ed69ca095
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
|||
xorg.libICE
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# N.B. the shared object is used by bindings
|
||||
cmakeFlags = [
|
||||
"-DENABLE_BUILD_SHARED=ON"
|
||||
|
|
Loading…
Reference in a new issue