!12 update to version 2.3.2

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2024-02-22 10:57:52 +00:00 committed by Gitee
commit 5f1de18da8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
Name: ocl-icd
Version: 2.3.1
Version: 2.3.2
Release: 1
Summary: OpenCL ICD Bindings
License: BSD
@ -19,6 +19,9 @@ This package contains the development files for %{name}.
%prep
%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
autoreconf -vfi
@ -42,11 +45,15 @@ make check
%files devel
%doc ocl_icd_loader_gen.map ocl_icd_bindings.c
%{_includedir}/ocl_icd.h
%{_bindir}/cllayerinfo
%{_libdir}/libOpenCL.so
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/pkgconfig/OpenCL.pc
%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
- update to version 2.3.1

Binary file not shown.

BIN
v2.3.2.tar.gz Normal file

Binary file not shown.