Release 1.8.12
This commit is contained in:
parent
3e44ad48ff
commit
516dd20071
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/level-zero-1.8.8.tar.gz
|
/level-zero-1.8.8.tar.gz
|
||||||
|
/level-zero-1.8.12.tar.gz
|
||||||
|
|||||||
@ -1,25 +1,25 @@
|
|||||||
%global srcname level-zero
|
%global srcname level-zero
|
||||||
Name: oneapi-%{srcname}
|
Name: oneapi-%{srcname}
|
||||||
Version: 1.8.8
|
Version: 1.8.12
|
||||||
Release: %{autorelease}
|
Release: %{autorelease}
|
||||||
Summary: OneAPI Level Zero Specification Headers and Loader
|
Summary: OneAPI Level Zero Specification Headers and Loader
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/oneapi-src/%{srcname}
|
URL: https://github.com/oneapi-src/%{srcname}
|
||||||
Source: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
Source: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
||||||
|
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: opencl-headers
|
BuildRequires: opencl-headers
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The objective of the oneAPI Level-Zero Application Programming Interface
|
The objective of the oneAPI Level-Zero Application Programming Interface
|
||||||
(API) is to provide direct-to-metal interfaces to offload accelerator
|
(API) is to provide direct-to-metal interfaces to offload accelerator
|
||||||
devices. Its programming interface can be tailored to any device needs
|
devices. Its programming interface can be tailored to any device needs
|
||||||
and can be adapted to support broader set of languages features such as
|
and can be adapted to support broader set of languages features such as
|
||||||
function pointers, virtual functions, unified memory,
|
function pointers, virtual functions, unified memory,
|
||||||
and I/O capabilities.
|
and I/O capabilities.
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ Summary: The oneAPI Level Zero Specification Headers and Loader developme
|
|||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains library and header files for
|
The %{name}-devel package contains library and header files for
|
||||||
developing applications that use %{name}.
|
developing applications that use %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (level-zero-1.8.8.tar.gz) = b9b416beebbe96cd75d18d4cf888f539d908007629085f8692cd0898545e564b56671d060bc4961847df57a6c3b3beccbaa6f31539b6f4c201487961236ab83d
|
SHA512 (level-zero-1.8.12.tar.gz) = 8e4025c15426e7593b45c65a09ad51282ba65156205eafbc10fa1e91aa351e2a3e2911e4b2f1bfc8fad78179f684469a3587ed164a3a702caad5aa4e5788284e
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user