Skip to content

Commit

Permalink
Update makevars to include -DR_NO_REMAP
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Mar 15, 2024
1 parent 5d2e6cd commit af54388
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## Use the R_HOME indirection to support installations of multiple R version
PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -DR_NO_REMAP
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
9 changes: 2 additions & 7 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@

## This assume that we can call Rscript to ask Rcpp about its locations
## Use the R_HOME indirection to support installations of multiple R version
PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

## Use C++11 compiler
CXX_STD = CXX11
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS) -DR_NO_REMAP
PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

0 comments on commit af54388

Please sign in to comment.