Skip to content
Snippets Groups Projects
Commit 36c2b5b5 authored by alice's avatar alice
Browse files

community/opencl-icd-loader: split cllayerinfo

parent c2074920
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=opencl-icd-loader
pkgver=2.3.2
pkgrel=0
pkgrel=1
pkgdesc="Generic OpenCL ICD Loader"
url="https://github.com/OCL-dev/ocl-icd"
arch="all"
license="BSD-2-Clause"
makedepends="ruby libtool autoconf automake"
subpackages="$pkgname-doc $pkgname-dev"
subpackages="$pkgname-doc $pkgname-dev cllayerinfo"
source="$pkgname-$pkgver.tar.gz::https://github.com/OCL-dev/ocl-icd/archive/v$pkgver.tar.gz"
builddir="$srcdir/ocl-icd-$pkgver"
......@@ -36,6 +36,10 @@ package() {
make DESTDIR="$pkgdir" install
}
cllayerinfo() {
amove usr/bin/cllayerinfo
}
sha512sums="
5129975a10ffade76d20444345a59c82506914347391ad6c0b4c3826f51dcc641924b4a5abcc65c41766597af9cc7a76b9e5821f41898ff0251a05963e117796 opencl-icd-loader-2.3.2.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