3
0
Fork 0
forked from mirrors/nixpkgs

intel-graphics-compiler: 1.0.15136.4 -> 1.0.15610.11

This commit is contained in:
Sandro Jäckel 2024-01-24 17:01:58 +01:00
parent ca5123b595
commit a105633270
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -19,8 +19,8 @@ let
vc_intrinsics_src = fetchFromGitHub {
owner = "intel";
repo = "vc-intrinsics";
rev = "v0.13.0";
hash = "sha256-A9G1PH0WGdxU2u/ODrou53qF9kvrmE0tJSl9cFIOus0=";
rev = "v0.14.0";
hash = "sha256-t7m2y+DiZf0xum1vneXvoCyH767SKMOq4YzMIuZngR8=";
};
inherit (llvmPackages_14) lld llvm;
@ -30,13 +30,13 @@ in
stdenv.mkDerivation rec {
pname = "intel-graphics-compiler";
version = "1.0.15136.4";
version = "1.0.15610.11";
src = fetchFromGitHub {
owner = "intel";
repo = "intel-graphics-compiler";
rev = "igc-${version}";
hash = "sha256-Qh3FNck1z+rr7eSqxVnNs7YKvgXpKGY5dd3yx1Ft9Mg=";
hash = "sha256-Fu1g5M2lpcnLw6aSHI5gx47VOfx+rIdIhBlwe/Dv8bk=";
};
nativeBuildInputs = [ bison cmake flex (python3.withPackages (ps : with ps; [ mako ])) ];