From c1237a10129d5478b14e3ea1c55938029d8dfd41 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 11 Oct 2025 20:40:09 +0000 Subject: [PATCH] python3Packages.vllm: disable on aarch64-darwin --- pkgs/development/python-modules/vllm/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/vllm/default.nix b/pkgs/development/python-modules/vllm/default.nix index 61a84b14a4de..131138132608 100644 --- a/pkgs/development/python-modules/vllm/default.nix +++ b/pkgs/development/python-modules/vllm/default.nix @@ -497,6 +497,11 @@ buildPythonPackage rec { daniel-fahey ]; badPlatforms = [ + # CMake Error at cmake/cpu_extension.cmake:188 (message): + # vLLM CPU backend requires AVX512, AVX2, Power9+ ISA, S390X ISA, ARMv8 or + # RISC-V support. + "aarch64-darwin" + # CMake Error at cmake/cpu_extension.cmake:78 (find_isa): # find_isa Function invoked with incorrect arguments for function named: # find_isa