From 6202827b9ba8ef0f2d27922fb23c44841d203eb1 Mon Sep 17 00:00:00 2001 From: Ege Rubak Date: Sun, 5 Feb 2017 20:09:23 +0800 Subject: [PATCH 1/2] Tweaking Makevars --- src/Makevars | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makevars b/src/Makevars index 0753640..a51a752 100644 --- a/src/Makevars +++ b/src/Makevars @@ -1,6 +1,6 @@ ## Use the R_HOME indirection to support installations of multiple R version -###PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) +PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) ###PKG_CXXFLAGS = -DNDEBUG -DEIGEN_DONT_VECTORIZE -CC=ccache clang -Qunused-arguments -CXX=ccache clang++ -Qunused-arguments -CCACHE_CPP2=yes \ No newline at end of file +##CC=ccache clang -Qunused-arguments +##CXX=ccache clang++ -Qunused-arguments +##CCACHE_CPP2=yes From dc664d087bf004ac0ebc184efae8ba995531c1c0 Mon Sep 17 00:00:00 2001 From: Ege Rubak Date: Sun, 5 Feb 2017 20:30:38 +0800 Subject: [PATCH 2/2] Still tweaking Makevars --- src/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makevars b/src/Makevars index a51a752..88c2548 100644 --- a/src/Makevars +++ b/src/Makevars @@ -1,6 +1,6 @@ ## Use the R_HOME indirection to support installations of multiple R version PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) -###PKG_CXXFLAGS = -DNDEBUG -DEIGEN_DONT_VECTORIZE +PKG_CXXFLAGS = -DEIGEN_DONT_VECTORIZE ##CC=ccache clang -Qunused-arguments ##CXX=ccache clang++ -Qunused-arguments ##CCACHE_CPP2=yes