mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 23:27:47 +00:00
gmsh: enable parallel building
This commit is contained in:
parent
0af966f368
commit
4ed69ca095
@ -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 New Issue
Block a user