We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d56d5 commit 95ce763Copy full SHA for 95ce763
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -78,7 +78,8 @@ jobs:
78
if: ${{ matrix.config.os == 'macOS-latest' }}
79
run: |
80
brew install pocl
81
- # Set LDLIBS_OPENCL environment variable
+ # Set LDLIBS_OPENCL environment variable so that CPU OpenCL is found
82
+ # instead of Apple's GPU OpenCL - which does not support double precision
83
echo "LDLIBS_OPENCL=-L'/opt/homebrew/opt/opencl-icd-loader/lib' -lOpenCL" >> $GITHUB_ENV
84
shell: bash
85
0 commit comments