SHA256
1
0
forked from pool/pocl

Accepting request 1040383 from home:mimi_vx:branches:science

- Update to version 3.1
 * Support CLang/LLVM 15
 * Much improved SPIR-V support for CPU and CUDA drivers
 * Major rework of the custom device driver.
 * Various improvements to the work-in-progress Vulkan driver
 * Basic implementation of cl_khr_command_buffer

OBS-URL: https://build.opensuse.org/request/show/1040383
OBS-URL: https://build.opensuse.org/package/show/science/pocl?expand=0&rev=67
This commit is contained in:
Martin Hauke 2022-12-05 19:04:13 +00:00 committed by Git OBS Bridge
parent 8de442f2d5
commit 56e69c6c74
4 changed files with 17 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3fd3889ef7854b90b8e4c7899c5de48b7494bf770e39fba5ad268a5cbcc719d
size 1722809

3
pocl-3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82314362552e050aff417318dd623b18cf0f1d0f84f92d10a7e3750dd12d3a9a
size 1928607

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 5 13:43:13 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>
- Update to version 3.1
* Support CLang/LLVM 15
* Much improved SPIR-V support for CPU and CUDA drivers
* Major rework of the custom device driver.
* Various improvements to the work-in-progress Vulkan driver
* Basic implementation of cl_khr_command_buffer
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 2 10:13:14 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org> Wed Nov 2 10:13:14 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -18,9 +18,8 @@
%define sover 2 %define sover 2
Name: pocl Name: pocl
Version: 3.0 Version: 3.1
Release: 0 Release: 0
Summary: Portable Computing Language - an OpenCL implementation Summary: Portable Computing Language - an OpenCL implementation
# The whole code is under MIT # The whole code is under MIT
@ -36,13 +35,12 @@ BuildRequires: gcc-c++
BuildRequires: ninja BuildRequires: ninja
BuildRequires: opencl-headers BuildRequires: opencl-headers
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: ((clang-devel >= 6.0.0 with clang-devel < 15) or clang14-devel) BuildRequires: (clang-devel >= 6.0.0 with clang-devel < 16)
#!BuildIgnore: clang15
BuildRequires: pkgconfig(OpenCL) BuildRequires: pkgconfig(OpenCL)
BuildRequires: pkgconfig(hwloc) BuildRequires: pkgconfig(hwloc)
# PPC has limited support/testing from upstream # PPC has limited support/testing from upstream
# s390(x) is also not supported, so use ExclusiveArch # s390(x) is also not supported, so use ExclusiveArch
ExclusiveArch: %{ix86} x86_64 %arm aarch64 riscv64 ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 riscv64
%description %description
Portable Computing Language (pocl) is an implementation of the OpenCL standard Portable Computing Language (pocl) is an implementation of the OpenCL standard
@ -116,7 +114,7 @@ This subpackage provides the development files needed for pocl.
%postun -n libpocl%{sover} -p /sbin/ldconfig %postun -n libpocl%{sover} -p /sbin/ldconfig
%files %files
%doc CHANGES README doc/sphinx/source/*.rst %doc CHANGES README.* doc/sphinx/source/*.rst
%license LICENSE %license LICENSE
%dir %{_datadir}/OpenCL/ %dir %{_datadir}/OpenCL/
%dir %{_datadir}/OpenCL/vendors %dir %{_datadir}/OpenCL/vendors