File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Stan Math depends on four libraries:
2626
2727- Boost (version 1.75.0): [ Boost Home Page] ( https://www.boost.org )
2828- Eigen (version 3.3.9: [ Eigen Home Page] ( https://eigen.tuxfamily.org/index.php?title=Main_Page )
29- - SUNDIALS (version 5.7 .0): [ Sundials Home Page] ( https://computation.llnl.gov/projects/sundials/sundials-software )
29+ - SUNDIALS (version 6.0 .0): [ Sundials Home Page] ( https://computation.llnl.gov/projects/sundials/sundials-software )
3030- Intel TBB (version 2020.3): [ Intel TBB Home Page] ( https://www.threadingbuildingblocks.org )
3131
3232These are distributed under the ` lib/ ` subdirectory. Only these
@@ -96,7 +96,7 @@ The standalone makefile ensures that all the required `-I` include
9696statements are given to the compiler and the necessary libraries are
9797linked: ` ~/stan-dev/math ` and ` ~/stan-dev/math/lib/eigen_3.3.9 ` and
9898` ~/stan-dev/math/lib/boost_1.75.0 ` and
99- ` ~/stan-dev/math/lib/sundials_5.7 .0/include ` and
99+ ` ~/stan-dev/math/lib/sundials_6.0 .0/include ` and
100100` ~/stan-dev/math/lib/tbb_2020.3/include ` . The
101101` ~/stan-dev/math/lib/tbb ` directory is created by the ` math-libs `
102102makefile target automatically and contains the dynamically loaded
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ BOOST ?= $(MATH)lib/boost_1.75.0
1212EIGEN ?= $(MATH)lib/eigen_3.3.9
1313OPENCL ?= $(MATH)lib/opencl_3.0.0
1414TBB ?= $(MATH)lib/tbb_2020.3
15- SUNDIALS ?= $(MATH)lib/sundials_5.7 .0
15+ SUNDIALS ?= $(MATH)lib/sundials_6.0 .0
1616BENCHMARK ?= $(MATH)lib/benchmark_1.5.1
1717GTEST ?= $(BENCHMARK)/googletest/googletest
1818CPPLINT ?= $(MATH)lib/cpplint_1.4.5
You can’t perform that action at this time.
0 commit comments