Skip to content

Commit

Permalink
trying to appease cran
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhuling committed Mar 22, 2017
1 parent 6559550 commit ecf1809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ PKG_CXXFLAGS = -DNDEBUG
PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

CXX_STD = CXX11
1 change: 1 addition & 0 deletions src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ PKG_LIBS = $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" --vanilla -e "Rcpp::

PKG_CPPFLAGS = -I. -DNDEBUG

CXX_STD = CXX11

0 comments on commit ecf1809

Please sign in to comment.