File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ endif
196196CXXFLAGS_OS += -D_REENTRANT
197197
198198## silence warnings occuring due to the TBB and Eigen libraries
199- CXXFLAGS_WARNINGS += -Wno-ignored-attributes -Wno-deprecated-declarations
199+ CXXFLAGS_WARNINGS += -Wno-ignored-attributes
200200
201201################################################################################
202202# Setup OpenCL
Original file line number Diff line number Diff line change 44#include < stan/math/prim/meta.hpp>
55#include < stan/math/prim/err.hpp>
66#include < stan/math/prim/fun/any.hpp>
7+ #include < stan/math/prim/fun/constants.hpp>
78#include < stan/math/prim/fun/inv.hpp>
89#include < stan/math/prim/fun/log.hpp>
910#include < stan/math/prim/fun/select.hpp>
Original file line number Diff line number Diff line change 44#include < stan/math/prim/meta.hpp>
55#include < stan/math/prim/err.hpp>
66#include < stan/math/prim/fun/any.hpp>
7+ #include < stan/math/prim/fun/constants.hpp>
78#include < stan/math/prim/fun/select.hpp>
89#include < stan/math/prim/fun/size_zero.hpp>
910#include < stan/math/prim/functor/partials_propagator.hpp>
You can’t perform that action at this time.
0 commit comments