summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/llama-cpp-python
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2025-01-27 08:30:57 +0100
committerGaetan Lepage <gaetan@glepage.com>2025-01-27 08:30:57 +0100
commit67b05da39d11a2114f8d916de33d43bd5281b8c6 (patch)
tree40f7096a46828eb7afe2df9c68f05da89c6f5592 /pkgs/development/python-modules/llama-cpp-python
parent6d1abeccbcae86f9fd52b7c94b2ad43d8973582e (diff)
python312Packages.llama-cpp-python: mark as broken on aarch64-linux
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"
];
};
}