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

Commit c38ba7c

Browse files
author
ariddell
committed
Update Stan source, update boost library path
1 parent 4098464 commit c38ba7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pystan/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def __init__(self, file=None, charset='utf-8', model_name="anon_model",
251251
os.path.join(pystan_dir, "stan", "src"),
252252
os.path.join(pystan_dir, "stan", "lib", "stan_math"),
253253
os.path.join(pystan_dir, "stan", "lib", "stan_math", "lib", "eigen_3.3.3"),
254-
os.path.join(pystan_dir, "stan", "lib", "stan_math", "lib", "boost_1.62.0"),
254+
os.path.join(pystan_dir, "stan", "lib", "stan_math", "lib", "boost_1.64.0"),
255255
os.path.join(pystan_dir, "stan", "lib", "stan_math", "lib", "cvodes_2.9.0", "include"),
256256
np.get_include(),
257257
]

pystan/stan

Submodule stan updated 220 files

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def find_version(*parts):
101101
stan_include_dirs = ['pystan/stan/src',
102102
'pystan/stan/lib/stan_math/',
103103
'pystan/stan/lib/stan_math/lib/eigen_3.3.3',
104-
'pystan/stan/lib/stan_math/lib/boost_1.62.0',
104+
'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 = [
107107
('BOOST_RESULT_OF_USE_TR1', None),

0 commit comments

Comments
 (0)