Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit f7b075b

Browse files
author
ariddell
committed
Add BOOST_PHOENIX_NO_VARIADIC_EXPRESSION flag for stanc
1 parent 93dd807 commit f7b075b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,10 @@ def find_version(*parts):
104104
'pystan/stan/lib/stan_math/lib/boost_1.64.0',
105105
'pystan/stan/lib/stan_math/lib/cvodes_2.9.0/include']
106106
stan_macros = [
107-
('BOOST_RESULT_OF_USE_TR1', None),
108-
('BOOST_NO_DECLTYPE', None),
109107
('BOOST_DISABLE_ASSERTS', None),
108+
('BOOST_NO_DECLTYPE', None),
109+
('BOOST_PHOENIX_NO_VARIADIC_EXPRESSION', None), # needed for stanc
110+
('BOOST_RESULT_OF_USE_TR1', None),
110111
('FUSION_MAX_VECTOR_SIZE', 12), # for parser, stan-dev/pystan#222
111112
]
112113
extra_compile_args = [

0 commit comments

Comments
 (0)