From e4fa5b4fbc3415b5e6ff4e182964ff7f9474077b Mon Sep 17 00:00:00 2001 From: Beatriz Navidad Vilches Date: Sat, 6 Jul 2024 01:02:16 +0000 Subject: [PATCH] Bumped version of pocl --- .github/workflows/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 95d5ed45..40b29ebc 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -658,7 +658,7 @@ jobs: if [[ "${{matrix.GEN}}" == "Ninja Multi-Config" && ! `which ninja` ]]; then brew install ninja; fi && # We need to provide an OpenCL driver for Intel CPU on mac brew install pocl - echo "OCL_ICD_VENDORS=/opt/homebrew/Cellar/pocl/5.0/etc/OpenCL/vendors" >> $GITHUB_ENV + echo "OCL_ICD_VENDORS=/opt/homebrew/Cellar/pocl/6.0/etc/OpenCL/vendors" >> $GITHUB_ENV cmake --version - name: Install dependencies (Homebrew)