pocl: init at 7.0

This commit is contained in:
2025-10-08 15:23:08 +02:00
parent 019826d09e
commit 880e8a80b4
6 changed files with 330 additions and 0 deletions

6
pkgs/pocl/setup-hook.sh Normal file
View File

@@ -0,0 +1,6 @@
preCheckHooks+=('setupPoclCheck')
preInstallCheckHooks+=('setupPoclCheck')
setupPoclCheck () {
export OCL_ICD_VENDORS="@out@/etc/OpenCL/vendors"
}