gnucash-on-osx master: Upgrade Boost to 1.83.0.

John Ralls jralls at code.gnucash.org
Mon Oct 9 15:11:49 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/f914cdad (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/55d2056f (commit)



commit f914cdadcd7a8d5bcd2944e0d4920d601c61955e
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Oct 9 12:11:24 2023 -0700

    Upgrade Boost to 1.83.0.
    
    Fixes missing variable warnings on macOS Sonora that get turned into errors.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index d872468..9c50be9 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -207,8 +207,8 @@
   </autotools>
 
   <cmake id="boost" cmakeargs="-DLIBRARIES='date_time;regex;locale;filesystem;program_options;system'">
-    <branch module="boost/boost_1_81_0.tar.bz2" version="1.81.0" 
-            hash="sha256:71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa"
+    <branch module="boost/boost_1_83_0.tar.bz2" version="1.83.0" 
+            hash="sha256:6478edfe2f3305127cffe8caf73ea0176c53769f4bf1585be237eb30798c3b8e"
             repo="sourceforge">
       <patch file="boost-cmake.patch" strip="1"/>
     </branch>



Summary of changes:
 modulesets/gnucash.modules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list