Skip to content

Commit

Permalink
increase required Boost version from 1.71 to 1.83 in configure.ac
Browse files Browse the repository at this point in the history
see bertini2 issue bertiniteam#192
  • Loading branch information
BrentBaccala committed Dec 7, 2023
1 parent f36f6f9 commit 50719b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ AX_EIGEN



AX_BOOST_BASE([1.71],, [AC_MSG_ERROR([Bertini2 needs Boost at least 1.71 but it was not found in your system])])
AX_BOOST_BASE([1.83],, [AC_MSG_ERROR([Bertini2 needs Boost at least 1.83 but it was not found in your system])])

AX_BOOST_MULTIPRECISION

Expand Down

0 comments on commit 50719b1

Please sign in to comment.