Unverified Commit 79c09b73 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python312Packages.llama-cpp-python: enable parallel building (#384598)

parents bb02ea96 faf75b65
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -80,9 +80,7 @@ buildPythonPackage rec {
    ]
  );

  preBuild = ''
    export CMAKE_BUILD_PARALLEL_LEVEL="$NIX_BUILD_CORES"
  '';
  enableParallelBuilding = true;

  nativeBuildInputs = [
    cmake