File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 3030 - name : Setup
3131 uses : eddelbuettel/github-actions/r-ci@master
3232
33- # - name: OpenMP for macOS
34- # if: ${{ matrix.os == 'macos-latest' && matrix.openmp == 'yes' }}
35- # run: |
36- # curl -fsSL https://raw.githubusercontent.com/coatless-shell/openmp/main/install-openmp.sh | bash -s -- --yes
37- # mkdir -p ~/.R
38- # cat <<EOF > ~/.R/Makevars
39- # CPPFLAGS += -Xclang -fopenmp
40- # LDFLAGS += -lomp
41- # EOF
42- # cat ~/.R/Makevars
43- # echo -n "R CMD config CXX: "; R CMD config CXX
44- # echo -n "R CMD config CPPFLAGS: "; R CMD config CPPFLAGS
45- # echo -n "R CMD config LDFLAGS: "; R CMD config LDFLAGS
46- # echo -n "R CMD config SHLIB_CXXLD: "; R CMD config SHLIB_CXXLD
47- # echo -n "R CMD config SHLIB_CXXLDFLAGS: "; R CMD config SHLIB_CXXLDFLAGS
48-
49- - name : OpenMP for macOS
50- if : ${{ matrix.os == 'macos-latest' && matrix.openmp == 'yes' }}
51- run : |
52- curl -O https://mac.r-project.org/openmp/openmp-17.0.6-darwin20-Release.tar.gz
53- sudo tar fvxz openmp-17.0.6-darwin20-Release.tar.gz -C /
54- rm openmp-17.0.6-darwin20-Release.tar.gz
55- sudo xcode-select -s /Applications/Xcode_16.2.app
56- echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
57- echo "xcode is set: $(xcode-select --print-path)"
58- echo "using SDK: $(xcrun --show-sdk-version)"
59-
6033 - name : Configure
6134 run : ./configure; cat src/Makevars
6235
You can’t perform that action at this time.
0 commit comments