File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 3131 with :
3232 dev_version : ' TRUE'
3333
34+ - name : OpenMP for macOS
35+ if : ${{ matrix.os == 'macos-latest' }}
36+ run : |
37+ curl -fsSL https://raw.githubusercontent.com/coatless-shell/openmp/main/install-openmp.sh | bash -s -- --yes
38+ mkdir -p ~/.R
39+ cat <<EOF > ~/.R/Makevars
40+ CPPFLAGS += -Xclang -fopenmp
41+ LDFLAGS += -lomp
42+ EOF
43+ cat ~/.R/Makevars
44+
3445 - name : Configure
3546 run : ./configure; cat src/Makevars
3647
Original file line number Diff line number Diff line change 99
1010 * inst/tinytest/test_Rlapack.R: Skip this test involving complex
1111 algebra if on macOS as the LAPACK switch by R affects it
12+ 2025-11-19 Dirk Eddelbuettel <
[email protected] >
13+
14+ * .github/workflows/ci.yaml (jobs): On macOS, explicitly install and
15+ configure OpenMP
1216
13172025-11-13 Dirk Eddelbuettel <
[email protected] >
1418
You can’t perform that action at this time.
0 commit comments