Skip to content

Commit 2effd93

Browse files
committed
Simplify ci.yaml given updated run.sh
1 parent 3c80862 commit 2effd93

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,33 +30,6 @@ jobs:
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

0 commit comments

Comments
 (0)