Unverified Commit 37de4552 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #313963 from SuperSandro2000/level-zero

level-zero: 1.16.15 -> 1.17.2
parents 7431eee5 97e00828
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
, cmake
, fetchFromGitHub
, fmt_9
, intel-compute-runtime
, openvino
, spdlog
, stdenv
, substituteAll
@@ -10,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "level-zero";
  version = "1.16.15";
  version = "1.17.2";

  src = fetchFromGitHub {
    owner = "oneapi-src";
    repo = "level-zero";
    rev = "refs/tags/v${version}";
    hash = "sha256-J+XIqaV1ThD0RqqcyIkzvTWCkIztjkHzGzUbj0qojJs=";
    hash = "sha256-ha/xpp+scLau+cTIyixwo8TgAJrb2DVboGDPWibxb08=";
  };

  patches = [
@@ -34,6 +36,10 @@ stdenv.mkDerivation rec {
    addOpenGLRunpath $out/lib/libze_loader.so
  '';

  passthru.tests = {
    inherit intel-compute-runtime openvino;
  };

  meta = with lib; {
    description = "oneAPI Level Zero Specification Headers and Loader";
    homepage = "https://github.com/oneapi-src/level-zero";