From 50719b1f8526ab9ce02895a942301ce1333eb512 Mon Sep 17 00:00:00 2001 From: Brent Baccala Date: Thu, 7 Dec 2023 14:00:21 -0500 Subject: [PATCH] increase required Boost version from 1.71 to 1.83 in configure.ac see bertini2 issue #192 --- core/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/configure.ac b/core/configure.ac index 8bcfa99f..03ca2dfb 100644 --- a/core/configure.ac +++ b/core/configure.ac @@ -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