File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 8
8
* src/RcppExports.cpp: Regenerated
9
9
* R/RcppExports.R: Idem
10
10
11
+ * src/Makevars: Document possible use of '-fopenmp'
12
+ * src/Makevars.win: Idem
13
+
11
14
2023-04-18 Dirk Eddelbuettel <
[email protected] >
12
15
13
16
* README.md: Use app.codecov.io as base for codecov link
Original file line number Diff line number Diff line change 1
1
# # -*- mode: makefile; -*-
2
2
3
+ # # One could add '-fopenmp' here (and below) for multithreaded operations
3
4
PKG_CXXFLAGS = -I../inst/include
4
5
5
- # # With Rcpp 0.11.0 and later, we no longer need to set PKG_LIBS for
6
- # # Rcpp as there is no user-facing library.
6
+ # # One could add '-fopenmp' here (and above) for multithreaded operations
7
7
PKG_LIBS = $(LAPACK_LIBS ) $(BLAS_LIBS ) $(FLIBS )
8
8
9
- # # With R 3.1.0 or later, you can uncomment the following line to tell R to
10
- # # enable compilation with C++11 (where available)
11
- # USE_CXX1X =
9
+ # # We are not enabling multithreaded operations by default because this would be
10
+ # # a change in behaviour that would like create trouble for packages using RcppEigen
11
+ # # as CRAN tests of those packages may seen use of more than two cores and protest
Original file line number Diff line number Diff line change 1
1
# # -*- mode: makefile; -*-
2
2
3
+ # # One could add '-fopenmp' here (and below) for multithreaded operations
3
4
PKG_CXXFLAGS = -I../inst/include
4
5
5
- # # With Rcpp 0.11.0 and later, we no longer need to set PKG_LIBS for
6
- # # Rcpp as there is no user-facing library.
6
+ # # One could add '-fopenmp' here (and above) for multithreaded operations
7
7
PKG_LIBS = $(LAPACK_LIBS ) $(BLAS_LIBS ) $(FLIBS )
8
8
9
- # # With R 3.1.0 or later, you can uncomment the following line to tell R to
10
- # # enable compilation with C++11 (where available)
11
- # USE_CXX1X =
9
+ # # We are not enabling multithreaded operations by default because this would be
10
+ # # a change in behaviour that would like create trouble for packages using RcppEigen
11
+ # # as CRAN tests of those packages may seen use of more than two cores and protest
You can’t perform that action at this time.
0 commit comments