Skip to content
Snippets Groups Projects
Commit af62ec14 authored by Leon Marz's avatar Leon Marz Committed by alice
Browse files

community/opencl: upgrade to 2022.09.30

parent 2133694e
No related branches found
No related tags found
1 merge request!41237community/opencl: upgrade to 2022.09.30
Pipeline #143321 canceled
# Contributor: Leon Marz <main@lmarz.org> # Contributor: Leon Marz <main@lmarz.org>
# Maintainer: Leon Marz <main@lmarz.org> # Maintainer: Leon Marz <main@lmarz.org>
pkgname=opencl pkgname=opencl
pkgver=2022.09.23 pkgver=2022.09.30
pkgrel=0 pkgrel=0
#_dirver=${pkgver//.0/.} # Why can't they be consistent? Just why?
_dirver=2022.5.18 # holy fucking shit, what went wrong here?
pkgdesc="OpenCL ICD Loader" pkgdesc="OpenCL ICD Loader"
url="https://khronos.org/opencl" url="https://khronos.org/opencl"
arch="all" arch="all"
...@@ -15,7 +13,14 @@ subpackages="$pkgname-headers:headers:noarch $pkgname-dev" ...@@ -15,7 +13,14 @@ subpackages="$pkgname-headers:headers:noarch $pkgname-dev"
provides="opencl-icd-loader=$pkgver-r$pkgrel" provides="opencl-icd-loader=$pkgver-r$pkgrel"
source="https://github.com/KhronosGroup/OpenCL-SDK/releases/download/v$pkgver/OpenCL-SDK-v$pkgver-Source.tar.gz" source="https://github.com/KhronosGroup/OpenCL-SDK/releases/download/v$pkgver/OpenCL-SDK-v$pkgver-Source.tar.gz"
options="!check" # tests are not functioning correctly options="!check" # tests are not functioning correctly
builddir="$srcdir/OpenCL-SDK-$_dirver-Source" builddir="$srcdir/OpenCL-SDK-v$pkgver-Source"
prepare() {
default_prepare
# build artifacts are somehow included...
rm -rf "$builddir/build"
}
build() { build() {
cmake -B build -G Ninja \ cmake -B build -G Ninja \
...@@ -37,5 +42,5 @@ headers() { ...@@ -37,5 +42,5 @@ headers() {
} }
sha512sums=" sha512sums="
7b1f03efc846982b6774b74080c41368aab399bbfb41cbea310009e2c0fab1c5bdae1c68296d195ad173b022a054543ecadec5293c345663bda0de3b70bf0c7a OpenCL-SDK-v2022.09.23-Source.tar.gz df7af993b286f2beba660b17e54e0419b049f8d0bcfec13386b22b4a631362058d1903e39765bb9e5ad26fdca0fb1223fdc0b128c32b0935edda99affc6cc1bc OpenCL-SDK-v2022.09.30-Source.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment