oneapi-level-zero package is retired on branch c10s for CS-2499
This commit is contained in:
parent
cc3ee04b19
commit
364e1b8ffc
@ -1 +0,0 @@
|
||||
1
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
/level-zero-*.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
@ -0,0 +1 @@
|
||||
oneapi-level-zero package is retired on branch c10s for CS-2499
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
@ -1,66 +0,0 @@
|
||||
%global srcname level-zero
|
||||
%global lib_version 1.15
|
||||
%global patch_version 0
|
||||
|
||||
Name: oneapi-%{srcname}
|
||||
Version: 1.15.13
|
||||
Release: %{autorelease}
|
||||
Summary: OneAPI Level Zero Specification Headers and Loader
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/oneapi-src/%{srcname}
|
||||
Source: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
BuildRequires: make
|
||||
BuildRequires: opencl-headers
|
||||
|
||||
%description
|
||||
The objective of the oneAPI Level-Zero Application Programming Interface
|
||||
(API) is to provide direct-to-metal interfaces to offload accelerator
|
||||
devices. Its programming interface can be tailored to any device needs
|
||||
and can be adapted to support broader set of languages features such as
|
||||
function pointers, virtual functions, unified memory,
|
||||
and I/O capabilities.
|
||||
|
||||
%package devel
|
||||
Summary: The oneAPI Level Zero Specification Headers and Loader development package
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains library and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{srcname}-%{version}
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md SECURITY.md
|
||||
%{_libdir}/libze_loader.so.%{lib_version}.%{patch_version}
|
||||
%{_libdir}/libze_loader.so.1
|
||||
%{_libdir}/libze_validation_layer.so.%{lib_version}.%{patch_version}
|
||||
%{_libdir}/libze_validation_layer.so.1
|
||||
%{_libdir}/libze_tracing_layer.so.%{lib_version}.%{patch_version}
|
||||
%{_libdir}/libze_tracing_layer.so.1
|
||||
|
||||
%files devel
|
||||
%{_includedir}/level_zero
|
||||
%{_libdir}/libze_loader.so
|
||||
%{_libdir}/libze_validation_layer.so
|
||||
%{_libdir}/libze_tracing_layer.so
|
||||
%{_libdir}/pkgconfig/libze_loader.pc
|
||||
%{_libdir}/pkgconfig/%{srcname}.pc
|
||||
|
||||
%changelog
|
||||
%autochangelog
|
||||
1
sources
1
sources
@ -1 +0,0 @@
|
||||
SHA512 (level-zero-1.15.13.tar.gz) = 93fe21c5722443b7cf7293c4e8d8e3b5fc07749933ea1145c8884f919b06617ecd20b382bed9eeef585024e4ec5b27c0548ac05aef2bb92bd5356e1bac8e29d2
|
||||
@ -1,7 +0,0 @@
|
||||
summary: Basic smoke tests
|
||||
discover:
|
||||
- name: internal
|
||||
how: fmf
|
||||
url: git://pkgs.devel.redhat.com/tests/oneapi-level-zero
|
||||
execute:
|
||||
how: tmt
|
||||
Loading…
Reference in New Issue
Block a user