已开启
update to version 1.24.2 #7
Funda Wang创建于 2025年10月5日
update to version 1.24.2 #7
已开启
Funda Wang创建于 2025年10月5日
refs/pull/7/head合入到master
3 个文件变更+10-16
Binary files do not support preview
Binary files do not support preview
@@ -1,20 +1,16 @@
1# Copyright (C) 2023 Intel Corporation1# Copyright (C) 2023 Intel Corporation
2# SPDX-License-Identifier: MIT2# SPDX-License-Identifier: MIT
3 3 
4-%global pkg_name level-zero4+Name: level-zero
5-%global lib_ver 1.13.15+Version: 1.24.2
6-%global openeuler_release 26+Release: 1
7- 
8-Name: %{pkg_name}
9-Version: %{lib_ver}
10-Release: %{openeuler_release}%{?dist}
11Summary: Intel oneAPI Level Zero7Summary: Intel oneAPI Level Zero
12 8 
13License: MIT9License: MIT
14URL: https://github.com/oneapi-src/level-zero10URL: https://github.com/oneapi-src/level-zero
15Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz11Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
16 12 
17-BuildRequires: cmake13+BuildRequires: cmake >= 3.12
18BuildRequires: make14BuildRequires: make
19BuildRequires: gcc15BuildRequires: gcc
20BuildRequires: gcc-c++16BuildRequires: gcc-c++
@@ -25,7 +21,7 @@ primary low-level interface for language and runtime libraries. Level Zero
25offers fine-grain control over accelerators capabilities, delivering a21offers fine-grain control over accelerators capabilities, delivering a
26simplified and low-latency interface to hardware, and efficiently exposing22simplified and low-latency interface to hardware, and efficiently exposing
27hardware capabilities to applications.23hardware capabilities to applications.
28-.24+ 
29This package provides the loader for oneAPI Level Zero compute runtimes.25This package provides the loader for oneAPI Level Zero compute runtimes.
30 26 
31%package devel27%package devel
@@ -52,8 +48,8 @@ hardware capabilities to applications.
52%cmake_install48%cmake_install
53 49 
54%files50%files
55-%defattr(-,root,root)
56%license LICENSE51%license LICENSE
52+%doc CHANGELOG.md README.md SECURITY.md
57%{_libdir}/libze_loader.so.153%{_libdir}/libze_loader.so.1
58%{_libdir}/libze_loader.so.1.*54%{_libdir}/libze_loader.so.1.*
59%{_libdir}/libze_validation_layer.so.155%{_libdir}/libze_validation_layer.so.1
@@ -62,19 +58,17 @@ hardware capabilities to applications.
62%{_libdir}/libze_tracing_layer.so.1.*58%{_libdir}/libze_tracing_layer.so.1.*
63 59 
64%files devel60%files devel
65-%defattr(-,root,root)61+%{_includedir}/level_zero
66-%{_includedir}/level_zero/*.h
67-%{_includedir}/level_zero/layers/*.h
68-%{_includedir}/level_zero/loader/*.h
69%{_libdir}/libze_loader.so62%{_libdir}/libze_loader.so
70%{_libdir}/libze_tracing_layer.so63%{_libdir}/libze_tracing_layer.so
71%{_libdir}/libze_validation_layer.so64%{_libdir}/libze_validation_layer.so
72%{_libdir}/pkgconfig/libze_loader.pc65%{_libdir}/pkgconfig/libze_loader.pc
73%{_libdir}/pkgconfig/level-zero.pc66%{_libdir}/pkgconfig/level-zero.pc
74 67 
75-%doc README.md SECURITY.md
76- 
77%changelog68%changelog
69+* Sun Oct 05 2025 Funda Wang <fundawang@yeah.net> - 1.24.2-1
70+- update to 1.24.2
71+ 
78* Thu Dec 05 2024 Funda Wang <fundawang@yeah.net> - 1.13.1-272* Thu Dec 05 2024 Funda Wang <fundawang@yeah.net> - 1.13.1-2
79- adopt to new cmake macro73- adopt to new cmake macro
80 74