Skip to content

Commit 1ec266f

Browse files
committed
update README
1 parent 4ca17ea commit 1ec266f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doxygen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Required Libraries
88
------------------
99
Stan Math depends on four libraries:
1010

11-
- Boost (version 1.78.0): [Boost Home Page](https://www.boost.org)
11+
- Boost (version 1.81.0): [Boost Home Page](https://www.boost.org)
1212
- Eigen (version 3.3.9: [Eigen Home Page](https://eigen.tuxfamily.org/index.php?title=Main_Page)
1313
- SUNDIALS (version 6.1.1): [Sundials Home Page](https://computing.llnl.gov/projects/sundials)
1414
- Intel TBB (version 2020.3): [Intel TBB Home Page](https://www.threadingbuildingblocks.org)
@@ -73,7 +73,7 @@ for subsequent compilations.
7373
The standalone makefile ensures that all the required `-I` include
7474
statements are given to the compiler, and the necessary libraries are
7575
linked: `~/stan-dev/math` and `~/stan-dev/math/lib/eigen_3.3.9` and
76-
`~/stan-dev/math/lib/boost_1.78.0` and
76+
`~/stan-dev/math/lib/boost_1.81.0` and
7777
`~/stan-dev/math/lib/sundials_6.1.1/include` and
7878
`~/stan-dev/math/lib/tbb_2020.3/include`. The
7979
`~/stan-dev/math/lib/tbb` directory is created by the `math-libs`

0 commit comments

Comments
 (0)