|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: ocl-icd
|
|
|
|
|
Version: 2.2.13
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: OpenCL Library (Installable Client Library) Bindings
|
|
|
|
|
Version: 2.2.12
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: OpenCL ICD Bindings
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: https://github.com/OCL-dev/%{name}/
|
|
|
|
|
Source0: https://github.com/OCL-dev/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
URL: https://forge.imag.fr/projects/ocl-icd/
|
|
|
|
|
Source0: https://forge.imag.fr/frs/download.php/836/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: automake
|
|
|
|
@ -14,17 +14,22 @@ 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: OpenCL Library Development files
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: opencl-headers
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
This package contains the development files for the OpenCL ICD bindings.
|
|
|
|
|
This package contains the development files for %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup
|
|
|
|
@ -42,7 +47,8 @@ rm -vrf %{buildroot}%{_defaultdocdir}
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
@ -57,45 +63,8 @@ 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
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.2.12-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Fri Mar 23 2018 Simone Caronni <negativo17@gmail.com> - 2.2.12-1
|
|
|
|
|
- Update to 2.2.12, adds OpenCL 2.2 support.
|
|
|
|
|