Skip to content

Commit

Permalink
remove C++ specification to pass updated CRAN checks
Browse files Browse the repository at this point in the history
  • Loading branch information
hdarjus committed Mar 10, 2023
1 parent 4415671 commit 4361d19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CXX_STD = CXX11
PKG_CPPFLAGS = -I../inst/include/ -DARMA_NO_DEBUG
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

Expand Down
1 change: 0 additions & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CXX_STD = CXX11
PKG_CPPFLAGS = -I../inst/include/ -DARMA_NO_DEBUG
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

0 comments on commit 4361d19

Please sign in to comment.