Merge pull request #313963 from SuperSandro2000/level-zero

level-zero: 1.16.15 -> 1.17.2
This commit is contained in:
Sandro 2024-05-23 21:46:06 +02:00 committed by GitHub
commit 37de455272
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";