Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 4, 2025
1 parent f7d56d5 commit 95ce763
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
if: ${{ matrix.config.os == 'macOS-latest' }}
run: |
brew install pocl
# Set LDLIBS_OPENCL environment variable
# Set LDLIBS_OPENCL environment variable so that CPU OpenCL is found
# instead of Apple's GPU OpenCL - which does not support double precision
echo "LDLIBS_OPENCL=-L'/opt/homebrew/opt/opencl-icd-loader/lib' -lOpenCL" >> $GITHUB_ENV
shell: bash

Expand Down

0 comments on commit 95ce763

Please sign in to comment.