Upgrade to 2.3.2
This commit is contained in:
parent
9cbd2cb648
commit
fefcf682b7
@ -1,5 +1,5 @@
|
|||||||
Name: ocl-icd
|
Name: ocl-icd
|
||||||
Version: 2.3.1
|
Version: 2.3.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: OpenCL ICD Bindings
|
Summary: OpenCL ICD Bindings
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -19,6 +19,9 @@ This package contains the development files for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
#remove pkgconfig(OpenCL-Headers) requires
|
||||||
|
sed -i '/OpenCL-Headers/d' OpenCL.pc.in
|
||||||
|
sed -i '/OpenCL-Headers/d' ocl-icd.pc.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vfi
|
autoreconf -vfi
|
||||||
@ -42,11 +45,15 @@ make check
|
|||||||
%files devel
|
%files devel
|
||||||
%doc ocl_icd_loader_gen.map ocl_icd_bindings.c
|
%doc ocl_icd_loader_gen.map ocl_icd_bindings.c
|
||||||
%{_includedir}/ocl_icd.h
|
%{_includedir}/ocl_icd.h
|
||||||
|
%{_bindir}/cllayerinfo
|
||||||
%{_libdir}/libOpenCL.so
|
%{_libdir}/libOpenCL.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_libdir}/pkgconfig/OpenCL.pc
|
%{_libdir}/pkgconfig/OpenCL.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 22 2024 liyanan <liyanan61@h-partners.com> - 2.3.2-1
|
||||||
|
- update to version 2.3.2
|
||||||
|
|
||||||
* Fri Dec 08 2023 Ge Wang <wang__ge@126.com> - 2.3.1-1
|
* Fri Dec 08 2023 Ge Wang <wang__ge@126.com> - 2.3.1-1
|
||||||
- update to version 2.3.1
|
- update to version 2.3.1
|
||||||
|
|
||||||
|
|||||||
BIN
v2.3.1.tar.gz
BIN
v2.3.1.tar.gz
Binary file not shown.
BIN
v2.3.2.tar.gz
Normal file
BIN
v2.3.2.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user