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