Compare commits
No commits in common. "c8s" and "c9" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
SOURCES/ocl-icd-2.2.12.tar.gz
|
||||
/ocl-icd-2.2.12.tar.gz
|
||||
SOURCES/ocl-icd-2.2.13.tar.gz
|
||||
|
||||
1
.ocl-icd.metadata
Normal file
1
.ocl-icd.metadata
Normal file
@ -0,0 +1 @@
|
||||
f0c6526ea709f529604b92e8d2077c014dc6a8ce SOURCES/ocl-icd-2.2.13.tar.gz
|
||||
@ -1,11 +1,11 @@
|
||||
Name: ocl-icd
|
||||
Version: 2.2.12
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenCL ICD Bindings
|
||||
Version: 2.2.13
|
||||
Release: 4%{?dist}
|
||||
Summary: OpenCL Library (Installable Client Library) Bindings
|
||||
|
||||
License: BSD
|
||||
URL: https://forge.imag.fr/projects/ocl-icd/
|
||||
Source0: https://forge.imag.fr/frs/download.php/836/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/OCL-dev/%{name}/
|
||||
Source0: https://github.com/OCL-dev/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: automake
|
||||
@ -14,22 +14,17 @@ BuildRequires: make
|
||||
BuildRequires: libtool
|
||||
BuildRequires: opencl-headers
|
||||
BuildRequires: ruby rubygems
|
||||
%if 0%{?fedora}
|
||||
Recommends: beignet
|
||||
Recommends: mesa-libOpenCL
|
||||
Recommends: pocl
|
||||
%endif
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Summary: OpenCL Library Development files
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: opencl-headers
|
||||
|
||||
%description devel
|
||||
This package contains the development files for %{name}.
|
||||
This package contains the development files for the OpenCL ICD bindings.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
@ -47,8 +42,7 @@ rm -vrf %{buildroot}%{_defaultdocdir}
|
||||
%check
|
||||
make check
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
@ -63,6 +57,46 @@ make check
|
||||
%{_libdir}/pkgconfig/OpenCL.pc
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.13-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.13-3
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.13-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Oct 06 2020 Dave Airlie <airlied@redhat.com> - 2.2.13-1
|
||||
- update to 2.2.13
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Feb 07 2020 Dave Airlie <airlied@redhat.com> - 2.2.12-9
|
||||
- Fix build with gcc10
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Aug 31 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.2.12-7
|
||||
- Drop Recommends for OCL implementations
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Jul 11 2019 Adam Jackson <ajax@redhat.com> - 2.2.12-5
|
||||
- Drop Recommends: beignet, retired in F30+
|
||||
|
||||
* Sat Mar 30 2019 Dave Airlie <airlied@redhat.com> - 2.2.12-4
|
||||
- Update ocl icd names (#1653503)
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Mar 23 2018 Simone Caronni <negativo17@gmail.com> - 2.2.12-1
|
||||
- Update to 2.2.12, adds OpenCL 2.2 support.
|
||||
|
||||
@ -1,6 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: manual.sst_desktop.ocl-icd.sanity}
|
||||
Loading…
Reference in New Issue
Block a user