We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01f26f9 + 5c9ceeb commit db7b965Copy full SHA for db7b965
src/Makevars
@@ -1,4 +1,4 @@
1
-PKG_CPPFLAGS = -I"../inst/include" -D_REENTRANT
+PKG_CPPFLAGS = -I"../inst/include" -D_REENTRANT -DSTAN_THREADS
2
PKG_CPPFLAGS += -DSTRICT_R_HEADERS -D_HAS_AUTO_PTR_ETC=0 -DEIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS
3
PKG_CXXFLAGS += $(shell "${R_HOME}/bin/Rscript" -e "RcppParallel::CxxFlags()" | tail -n 1)
4
PKG_LIBS = $(shell "${R_HOME}/bin/Rscript" -e "RcppParallel::RcppParallelLibs()" | tail -n 1)
0 commit comments