From 6f0c6cc3caaeba81043a071db0c93c3c66a168d1 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 28 Jan 2021 13:52:12 +0300 Subject: [PATCH] opencl-icd ver. bump --- x11/misc/opencl-icd/actions.py | 2 +- x11/misc/opencl-icd/pspec.xml | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/x11/misc/opencl-icd/actions.py b/x11/misc/opencl-icd/actions.py index 1fbbb4fcb8..0b0a103d02 100755 --- a/x11/misc/opencl-icd/actions.py +++ b/x11/misc/opencl-icd/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - pisitools.insinto("/usr/include/CL", "OpenCL-Headers-2.1/CL/*") + pisitools.insinto("/usr/include/CL", "OpenCL-Headers-2020.12.18/CL/*") shelltools.export("CFLAGS", "-I%s/usr/include -O2") shelltools.export("CXXFLAGS", "-I%s/usr/include -O2") diff --git a/x11/misc/opencl-icd/pspec.xml b/x11/misc/opencl-icd/pspec.xml index 1d2a8c62f8..55765ff005 100755 --- a/x11/misc/opencl-icd/pspec.xml +++ b/x11/misc/opencl-icd/pspec.xml @@ -12,8 +12,9 @@ library OpenCL ICD loader library OpenCL is a royalty-free standard for cross-platform, parallel programming of modern processors found in personal computers, servers and handheld/embedded devices. - https://github.com/OCL-dev/ocl-icd/archive/v2.2.12.tar.gz - https://sourceforge.net/projects/pisilinux/files/source/OpenCL-Headers-2.1.tar.xz + https://github.com/OCL-dev/ocl-icd/archive/v2.2.14.tar.gz + + https://github.com/KhronosGroup/OpenCL-Headers/archive/v2020.12.18.tar.gz ruby @@ -46,6 +47,13 @@ + + 2021-01-28 + 2.2.14 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2019-11-15 2.2.12 @@ -55,4 +63,3 @@ -