Loading pkgs/development/compilers/llvm/common/openmp/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/compilers/llvm/common/openmp/default.nix +0 −1 Original line number Diff line number Diff line Loading @@ -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