diff options
| author | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
|---|---|---|
| committer | rawnix ports <ports@rawnix.org> | 2026-09-26 18:19:05 +0000 |
| commit | c82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch) | |
| tree | 56d864b5a5c6c145edd96178ae219a8f90e191a6 /libs/ocl-icd/MAKEPKG | |
| download | ports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz | |
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'libs/ocl-icd/MAKEPKG')
| -rw-r--r-- | libs/ocl-icd/MAKEPKG | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/libs/ocl-icd/MAKEPKG b/libs/ocl-icd/MAKEPKG new file mode 100644 index 0000000..bb932fc --- /dev/null +++ b/libs/ocl-icd/MAKEPKG @@ -0,0 +1,36 @@ +#!/bin/mkpkg +# description: OpenCL ICD Loader (Installable Client Driver) +# url: https://github.com/OCL-dev/ocl-icd + +name=ocl-icd +version=2.3.5 +release=1 +depends=() +makedeps=(autoconf automake libtool ruby) +source=(https://github.com/OCL-dev/ocl-icd/archive/refs/tags/v$version.tar.gz) +renames=(ocl-icd-$version.tar.gz) +sha256sums=( + "cdd7984425fa92d37273eee4180b5f57b047eda6dd8fd623e58498f844b09b75" +) + +build() { + cd ocl-icd-$version + + ./bootstrap + + ./configure \ + --prefix=/usr \ + --libdir=/usr/lib \ + --disable-static \ + --enable-official-khronos-headers + + make + make DESTDIR=$PKG install +} + +signify() { + untrusted comment: public key + RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 +} + +# vim: filetype=sh |
