diff options
| author | nixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com> | 2025-02-24 06:05:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 06:05:04 +0000 |
| commit | 071ad39ce4a3d1f4626cbeeb9545a50c60138b1a (patch) | |
| tree | 3d4bf937738c2f81882f94289aaf09075b9493a7 /pkgs/development/python-modules/llama-cpp-python | |
| parent | af7776c4dbb37ac164bef646a7db6369691cc2e1 (diff) | |
| parent | 3349acd765bdffe454f7c8bbc450855577c1a6cf (diff) | |
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/llama-cpp-python')
| -rw-r--r-- | pkgs/development/python-modules/llama-cpp-python/default.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/llama-cpp-python/default.nix b/pkgs/development/python-modules/llama-cpp-python/default.nix index 90e2d9f7d0cb..12ee8778bebb 100644 --- a/pkgs/development/python-modules/llama-cpp-python/default.nix +++ b/pkgs/development/python-modules/llama-cpp-python/default.nix @@ -80,9 +80,7 @@ buildPythonPackage rec { ] ); - preBuild = '' - export CMAKE_BUILD_PARALLEL_LEVEL="$NIX_BUILD_CORES" - ''; + enableParallelBuilding = true; nativeBuildInputs = [ cmake |
