This commit is contained in:
2025-10-08 15:23:08 +02:00
parent aa89eeeba7
commit 0115787a4e
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"
}