gnucash-on-osx master: Update boost to 1.73.0

John Ralls jralls at code.gnucash.org
Sat May 9 14:21:20 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/5720b6c8 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/2684603b (commit)



commit 5720b6c8919932eddefceea281172ae6571c01d5
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat May 9 11:20:08 2020 -0700

    Update boost to 1.73.0
    
    1.72.0 had a signature mismatch between filesystem/directory.h and
    libboost_filesystem that caused link failures. They've been fixed
    in 1.73.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index d787d52..c3160dc 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -218,7 +218,7 @@
   </autotools>
 
   <cmake id="boost" cmakeargs="-DLIBRARIES='date_time;regex;locale;filesystem'">
-    <branch module="1.72.0/source/boost_1_72_0.tar.bz2" version="1.72.0" 
+    <branch module="1.73.0/source/boost_1_73_0.tar.bz2" version="1.73.0" 
             repo="bintray">
       <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/boost-cmake.patch" strip="1"/>
     </branch>



Summary of changes:
 modulesets/gnucash.modules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list