This commit is contained in:
2025-10-08 15:23:08 +02:00
parent ee9af71da0
commit 48a1f09888
6 changed files with 332 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"
}