summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/llama-cpp-python
diff options
context:
space:
mode:
authorkirillrdy <kirillrdy@gmail.com>2025-01-27 18:37:21 +1100
committerGitHub <noreply@github.com>2025-01-27 18:37:21 +1100
commit081658e6ded3714488af6dde99e31bcb410de730 (patch)
tree6c67842f01169c243bbbc6f2888d2df7aec5d414 /pkgs/development/python-modules/llama-cpp-python
parentf104c8eca09a5affe9fa1de5d98d33affb31ade3 (diff)
parent67b05da39d11a2114f8d916de33d43bd5281b8c6 (diff)
python312Packages.llama-cpp-python: mark as broken on aarch64-linux (#377229)
Diffstat (limited to 'pkgs/development/python-modules/llama-cpp-python')
-rw-r--r--pkgs/development/python-modules/llama-cpp-python/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/llama-cpp-python/default.nix b/pkgs/development/python-modules/llama-cpp-python/default.nix
index f7137c0778ee..ec69378235e6 100644
--- a/pkgs/development/python-modules/llama-cpp-python/default.nix
+++ b/pkgs/development/python-modules/llama-cpp-python/default.nix
@@ -114,6 +114,9 @@ buildPythonPackage rec {
# Current thread 0x00000001f3decf40 (most recent call first):
# File "/private/tmp/nix-build-python3.12-llama-cpp-python-0.3.2.drv-0/source/llama_cpp/_internals.py", line 51 in __init__
lib.systems.inspect.patterns.isDarwin
+
+ # cc1: error: unknown value ‘native+nodotprod+noi8mm+nosve’ for ‘-mcpu’
+ "aarch64-linux"
];
};
}