mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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;
|
||||
openblas = openblasCompat;
|
||||
inherit (darwin.apple_sdk.frameworks) CoreServices ApplicationServices;
|
||||
llvm = llvm_37;
|
||||
};
|
||||
|
||||
julia-git = lowPrio (callPackage ../development/compilers/julia/git.nix {
|
||||
@ -6633,9 +6634,8 @@ in
|
||||
beecrypt = callPackage ../development/libraries/beecrypt { };
|
||||
|
||||
beignet = callPackage ../development/libraries/beignet {
|
||||
inherit (llvmPackages) clang-unwrapped;
|
||||
inherit (xlibs) libX11;
|
||||
inherit (xorg) libXfixes libpthreadstubs libXdmcp libXdamage libXxf86vm;
|
||||
inherit (llvmPackages_37) llvm clang-unwrapped;
|
||||
inherit (xorg) libX11 libXfixes libpthreadstubs libXdmcp libXdamage libXxf86vm;
|
||||
inherit (python3Packages) python;
|
||||
inherit (purePackages) gl;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user