beignet, julia: switch back to llvmPackages_37
They fail both with 3.9 and 3.8.
This commit is contained in:
parent
d045f8b486
commit
cf0339e5ba
@ -5034,6 +5034,7 @@ in
|
|||||||
gmp = gmp6;
|
gmp = gmp6;
|
||||||
openblas = openblasCompat;
|
openblas = openblasCompat;
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
|
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
|
||||||
|
llvm = llvm_37;
|
||||||
};
|
};
|
||||||
|
|
||||||
julia-git = lowPrio (callPackage ../development/compilers/julia/git.nix {
|
julia-git = lowPrio (callPackage ../development/compilers/julia/git.nix {
|
||||||
@ -6633,9 +6634,8 @@ in
|
|||||||
beecrypt = callPackage ../development/libraries/beecrypt { };
|
beecrypt = callPackage ../development/libraries/beecrypt { };
|
||||||
|
|
||||||
beignet = callPackage ../development/libraries/beignet {
|
beignet = callPackage ../development/libraries/beignet {
|
||||||
inherit (llvmPackages) clang-unwrapped;
|
inherit (llvmPackages_37) llvm clang-unwrapped;
|
||||||
inherit (xlibs) libX11;
|
inherit (xorg) libX11 libXfixes libpthreadstubs libXdmcp libXdamage libXxf86vm;
|
||||||
inherit (xorg) libXfixes libpthreadstubs libXdmcp libXdamage libXxf86vm;
|
|
||||||
inherit (python3Packages) python;
|
inherit (python3Packages) python;
|
||||||
inherit (purePackages) gl;
|
inherit (purePackages) gl;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user