Skip to content

Commit

Permalink
dropping C++11 spec in Makevars
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Oct 24, 2023
1 parent 46c5f5a commit d379fad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
^.*\.Rproj$
^\.Rproj\.user$
^README.Rmd
^README.md
^inst/tries
^inst/simus
^inst/tests_against_timCode
Expand Down
8 changes: 0 additions & 8 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
CXX_STD = CXX11
## PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
## PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

all:

clean:
rm -f $(SHLIB) $(OBJECTS)
4 changes: 0 additions & 4 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
CXX_STD = CXX11

#PKG_CXXFLAGS = $(SHLIB_OPENMP_CXXFLAGS)
#PKG_LIBS = $(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

0 comments on commit d379fad

Please sign in to comment.