Skip to content

Commit

Permalink
Remove CXX11
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Oct 2, 2024
1 parent a79ff79 commit f88b1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: '3.6'}
- {os: windows-latest, r: '4.1'}
- {os: windows-latest, r: '4.2'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'devel'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
Expand All @@ -30,7 +30,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand Down
1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Upstream requires C++98 but we patched so it builds with C++11
CXX_STD=CXX11
PKG_LIBS=-Llibcld2 -lstatcld2

# Compiles 'libcld2' as shown in src/internal/compile_libs.sh
Expand Down

0 comments on commit f88b1b9

Please sign in to comment.