Skip to content

Commit 79c09b7

Browse files
authored
python312Packages.llama-cpp-python: enable parallel building (NixOS#384598)
2 parents bb02ea9 + faf75b6 commit 79c09b7

File tree

1 file changed

+1
-3
lines changed
  • pkgs/development/python-modules/llama-cpp-python

1 file changed

+1
-3
lines changed

pkgs/development/python-modules/llama-cpp-python/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ buildPythonPackage rec {
8080
]
8181
);
8282

83-
preBuild = ''
84-
export CMAKE_BUILD_PARALLEL_LEVEL="$NIX_BUILD_CORES"
85-
'';
83+
enableParallelBuilding = true;
8684

8785
nativeBuildInputs = [
8886
cmake

0 commit comments

Comments
 (0)