python312Packages.llama-cpp-python: enable parallel building
This commit is contained in:
@@ -80,9 +80,7 @@ buildPythonPackage rec {
|
||||
]
|
||||
);
|
||||
|
||||
preBuild = ''
|
||||
export CMAKE_BUILD_PARALLEL_LEVEL="$NIX_BUILD_CORES"
|
||||
'';
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
||||
Reference in New Issue
Block a user