python313Packages.llvmlite: pin to llvm 16
This is temporary and can be reverted when llvm 15 is fixed.
This commit is contained in:
committed by
Robert Schütz
parent
7ac34f42d2
commit
1b6fbe58cf
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user