Skip to content

Commit 6853963

Browse files
committed
Remove old and outdated comment from skeleton Makevars
1 parent de5d6b2 commit 6853963

File tree

3 files changed

+5
-32
lines changed

3 files changed

+5
-32
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-09-10 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/skeleton/Makevars (PKG_CXXFLAGS): Remove outdated comments
4+
* inst/skeleton/Makevars.win (PKG_CXXFLAGS): Idem
5+
16
2025-09-08 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): RcppArmadillo 15.0.2-1

inst/skeleton/Makevars

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
11

2-
## With R 3.1.0 or later, you can uncomment the following line to tell R to
3-
## enable compilation with C++11 (where available)
4-
##
5-
## Also, OpenMP support in Armadillo prefers C++11 support. However, for wider
6-
## availability of the package we do not yet enforce this here. It is however
7-
## recommended for client packages to set it.
8-
##
9-
## And with R 3.4.0, and RcppArmadillo 0.7.960.*, we turn C++11 on as OpenMP
10-
## support within Armadillo prefers / requires it
11-
##
12-
## R 4.0.0 made C++11 the default, R 4.1.0 switched to C++14, R 4.3.0 to C++17
13-
## _In general_ we should no longer need to set a standard as any recent R
14-
## installation will do the right thing. Should you need it, uncomment it and
15-
## set the appropriate value, possibly CXX17.
16-
#CXX_STD = CXX11
17-
182
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
193
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

inst/skeleton/Makevars.win

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
11

2-
## With R 3.1.0 or later, you can uncomment the following line to tell R to
3-
## enable compilation with C++11 (where available)
4-
##
5-
## Also, OpenMP support in Armadillo prefers C++11 support. However, for wider
6-
## availability of the package we do not yet enforce this here. It is however
7-
## recommended for client packages to set it.
8-
##
9-
## And with R 3.4.0, and RcppArmadillo 0.7.960.*, we turn C++11 on as OpenMP
10-
## support within Armadillo prefers / requires it
11-
##
12-
## R 4.0.0 made C++11 the default, R 4.1.0 switched to C++14, R 4.3.0 to C++17
13-
## _In general_ we should no longer need to set a standard as any recent R
14-
## installation will do the right thing. Should you need it, uncomment it and
15-
## set the appropriate value, possibly CXX17.
16-
#CXX_STD = CXX11
17-
182
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
193
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

0 commit comments

Comments
 (0)