mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gmsh: fix openmp support for Darwin platform
This commit is contained in:
parent
c2de8ffc88
commit
1a6cc76a4f
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
libGLU,
|
||||
xorg,
|
||||
opencascade-occt,
|
||||
llvmPackages,
|
||||
python ? null,
|
||||
enablePython ? false,
|
||||
}:
|
||||
|
@ -54,6 +55,7 @@ stdenv.mkDerivation rec {
|
|||
xorg.libSM
|
||||
xorg.libICE
|
||||
]
|
||||
++ lib.optional stdenv.cc.isClang llvmPackages.openmp
|
||||
++ lib.optional enablePython python;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue