Loading pkgs/development/compilers/llvm/15/openmp/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ , clang-unwrapped , perl , pkg-config , xcbuild , version }: Loading Loading @@ -39,6 +40,8 @@ stdenv.mkDerivation rec { (if stdenv.buildPlatform == stdenv.hostPlatform then llvm else targetLlvm) ]; nativeCheckInputs = lib.optional stdenv.hostPlatform.isDarwin xcbuild.xcrun; # Unsup:Pass:XFail:Fail # 26:267:16:8 doCheck = false; Loading Loading
pkgs/development/compilers/llvm/15/openmp/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ , clang-unwrapped , perl , pkg-config , xcbuild , version }: Loading Loading @@ -39,6 +40,8 @@ stdenv.mkDerivation rec { (if stdenv.buildPlatform == stdenv.hostPlatform then llvm else targetLlvm) ]; nativeCheckInputs = lib.optional stdenv.hostPlatform.isDarwin xcbuild.xcrun; # Unsup:Pass:XFail:Fail # 26:267:16:8 doCheck = false; Loading