-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update makevars to include -DR_NO_REMAP
- Loading branch information
1 parent
5d2e6cd
commit af54388
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |