diff options
| author | Emily <vcs@emily.moe> | 2025-01-03 17:30:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-03 17:30:38 +0000 |
| commit | a3cc57a95f5660406e5c42cd8817d5aaefa9ec9a (patch) | |
| tree | 268483af11c330bbb8bbacbf722950744e6c3201 /pkgs/development/python-modules/llama-cpp-python | |
| parent | a748f4ce0750f1c908c2f09069a20f14429d7b4c (diff) | |
| parent | ce1f9eb417f5c8392ea0ed576db19f14254ab4ee (diff) | |
treewide: unpin apple-sdk_11 pt 8 (#370654)
Diffstat (limited to 'pkgs/development/python-modules/llama-cpp-python')
| -rw-r--r-- | pkgs/development/python-modules/llama-cpp-python/default.nix | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/pkgs/development/python-modules/llama-cpp-python/default.nix b/pkgs/development/python-modules/llama-cpp-python/default.nix index 56907ada323b..f534b895a69b 100644 --- a/pkgs/development/python-modules/llama-cpp-python/default.nix +++ b/pkgs/development/python-modules/llama-cpp-python/default.nix @@ -13,9 +13,6 @@ pyproject-metadata, scikit-build-core, - # buildInputs - apple-sdk_11, - # dependencies diskcache, jinja2, @@ -70,18 +67,14 @@ buildPythonPackage rec { scikit-build-core ]; - buildInputs = - lib.optionals cudaSupport ( - with cudaPackages; - [ - cuda_cudart # cuda_runtime.h - cuda_cccl # <thrust/*> - libcublas # cublas_v2.h - ] - ) - ++ lib.optionals stdenv.hostPlatform.isDarwin [ - apple-sdk_11 - ]; + buildInputs = lib.optionals cudaSupport ( + with cudaPackages; + [ + cuda_cudart # cuda_runtime.h + cuda_cccl # <thrust/*> + libcublas # cublas_v2.h + ] + ); dependencies = [ diskcache |
