Revert "llvmPackages.openmp: Build static libraries when appropriate"
This reverts commit 21a8b8d45ef459b0984e95d135ab38aa3619e352. Mass rebuild accidentally merged to master.
This commit is contained in:
parent
5f5cb66403
commit
c006d5f063
@ -64,7 +64,6 @@ stdenv.mkDerivation (rec {
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
(lib.cmakeBool "LIBOMP_ENABLE_SHARED" (!stdenv.hostPlatform.isStatic && stdenv.hostPlatform.hasSharedLibraries))
|
||||
(lib.cmakeBool "LIBOMP_OMPD_SUPPORT" ompdSupport)
|
||||
(lib.cmakeBool "LIBOMP_OMPD_GDB_SUPPORT" ompdGdbSupport)
|
||||
] ++ lib.optionals (lib.versions.major release_version == "13") [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user