已开启
update to version 1.24.2 #7
Funda Wang创建于 2025年10月5日
update to version 1.24.2 #7
已开启
从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 Corporation | 1 | # Copyright (C) 2023 Intel Corporation |
| 2 | # SPDX-License-Identifier: MIT | 2 | # SPDX-License-Identifier: MIT |
| 3 | 3 | ||
| 4 | -%global pkg_name level-zero | 4 | +Name: level-zero |
| 5 | -%global lib_ver 1.13.1 | 5 | +Version: 1.24.2 |
| 6 | -%global openeuler_release 2 | 6 | +Release: 1 |
| 7 | - | ||
| 8 | -Name: %{pkg_name} | ||
| 9 | -Version: %{lib_ver} | ||
| 10 | -Release: %{openeuler_release}%{?dist} | ||
| 11 | Summary: Intel oneAPI Level Zero | 7 | Summary: Intel oneAPI Level Zero |
| 12 | 8 | ||
| 13 | License: MIT | 9 | License: MIT |
| 14 | URL: https://github.com/oneapi-src/level-zero | 10 | URL: https://github.com/oneapi-src/level-zero |
| 15 | Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz | 11 | Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz |
| 16 | 12 | ||
| 17 | -BuildRequires: cmake | 13 | +BuildRequires: cmake >= 3.12 |
| 18 | BuildRequires: make | 14 | BuildRequires: make |
| 19 | BuildRequires: gcc | 15 | BuildRequires: gcc |
| 20 | BuildRequires: gcc-c++ | 16 | BuildRequires: gcc-c++ |
| @@ -25,7 +21,7 @@ primary low-level interface for language and runtime libraries. Level Zero | |||
| 25 | offers fine-grain control over accelerators capabilities, delivering a | 21 | offers fine-grain control over accelerators capabilities, delivering a |
| 26 | simplified and low-latency interface to hardware, and efficiently exposing | 22 | simplified and low-latency interface to hardware, and efficiently exposing |
| 27 | hardware capabilities to applications. | 23 | hardware capabilities to applications. |
| 28 | -. | 24 | + |
| 29 | This package provides the loader for oneAPI Level Zero compute runtimes. | 25 | This package provides the loader for oneAPI Level Zero compute runtimes. |
| 30 | 26 | ||
| 31 | %package devel | 27 | %package devel |
| @@ -52,8 +48,8 @@ hardware capabilities to applications. | |||
| 52 | %cmake_install | 48 | %cmake_install |
| 53 | 49 | ||
| 54 | %files | 50 | %files |
| 55 | -%defattr(-,root,root) | ||
| 56 | %license LICENSE | 51 | %license LICENSE |
| 52 | +%doc CHANGELOG.md README.md SECURITY.md | ||
| 57 | %{_libdir}/libze_loader.so.1 | 53 | %{_libdir}/libze_loader.so.1 |
| 58 | %{_libdir}/libze_loader.so.1.* | 54 | %{_libdir}/libze_loader.so.1.* |
| 59 | %{_libdir}/libze_validation_layer.so.1 | 55 | %{_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 devel | 60 | %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.so | 62 | %{_libdir}/libze_loader.so |
| 70 | %{_libdir}/libze_tracing_layer.so | 63 | %{_libdir}/libze_tracing_layer.so |
| 71 | %{_libdir}/libze_validation_layer.so | 64 | %{_libdir}/libze_validation_layer.so |
| 72 | %{_libdir}/pkgconfig/libze_loader.pc | 65 | %{_libdir}/pkgconfig/libze_loader.pc |
| 73 | %{_libdir}/pkgconfig/level-zero.pc | 66 | %{_libdir}/pkgconfig/level-zero.pc |
| 74 | 67 | ||
| 75 | -%doc README.md SECURITY.md | ||
| 76 | - | ||
| 77 | %changelog | 68 | %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-2 | 72 | * Thu Dec 05 2024 Funda Wang <fundawang@yeah.net> - 1.13.1-2 |
| 79 | - adopt to new cmake macro | 73 | - adopt to new cmake macro |
| 80 | 74 | ||