Skip to content

Commit 72552bf

Browse files
committed
upgrading to sundials v6.0.0; modifying with new version number
1 parent f9a2f50 commit 72552bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3232
These are distributed under the `lib/` subdirectory. Only these
@@ -96,7 +96,7 @@ The standalone makefile ensures that all the required `-I` include
9696
statements are given to the compiler and the necessary libraries are
9797
linked: `~/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`
102102
makefile target automatically and contains the dynamically loaded

make/libraries

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BOOST ?= $(MATH)lib/boost_1.75.0
1212
EIGEN ?= $(MATH)lib/eigen_3.3.9
1313
OPENCL ?= $(MATH)lib/opencl_3.0.0
1414
TBB ?= $(MATH)lib/tbb_2020.3
15-
SUNDIALS ?= $(MATH)lib/sundials_5.7.0
15+
SUNDIALS ?= $(MATH)lib/sundials_6.0.0
1616
BENCHMARK ?= $(MATH)lib/benchmark_1.5.1
1717
GTEST ?= $(BENCHMARK)/googletest/googletest
1818
CPPLINT ?= $(MATH)lib/cpplint_1.4.5

0 commit comments

Comments
 (0)