python313Packages.llvmlite: pin to llvm 16

This is temporary and can be reverted when llvm 15 is fixed.
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:36 -07:00
committed by Robert Schütz
parent 7ac34f42d2
commit 1b6fbe58cf
+1 -1
View File
@@ -8280,7 +8280,7 @@ self: super: with self; {
llvmlite = callPackage ../development/python-modules/llvmlite {
# llvmlite always requires a specific version of llvm.
llvm = pkgs.llvm_15;
llvm = pkgs.llvm_16;
};
lm-eval = callPackage ../development/python-modules/lm-eval { };