gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Thu May 21 20:03:20 EDT 2026
Updated via https://github.com/Gnucash/gnucash/commit/4490130e (commit)
via https://github.com/Gnucash/gnucash/commit/bf3accd8 (commit)
from https://github.com/Gnucash/gnucash/commit/df9380c2 (commit)
commit 4490130eef8677b74fa26a814f5646379272178c
Author: John Ralls <jralls at ceridwen.us>
Date: Thu May 21 16:23:50 2026 -0700
Update Mac testing to a new depenencies tarball
diff --git a/.github/workflows/mac-tests.yaml b/.github/workflows/mac-tests.yaml
index 0fd2c6fee2..974f9e8f16 100644
--- a/.github/workflows/mac-tests.yaml
+++ b/.github/workflows/mac-tests.yaml
@@ -20,9 +20,9 @@ jobs:
uses: carlosperate/download-file-action at v2
id: dependencies
with:
- file-url: 'https://downloads.sourceforge.net/gnucash/Dependencies/gnucash-5.13-mac-dependencies.tar.xz'
+ file-url: 'https://downloads.sourceforge.net/gnucash/Dependencies/gnucash-5.15-mac-dependencies.tar.xz'
file-name: gnucash-dependencies.tar.xz
- sha256: '51bae6f0ff384bbcb1547e21553398a0a399ca1f5f2f517b8de5cd2316464760'
+ sha256: '15d14226e93cf18c60eb36d79686171a6b920ed1f72a815b8bad8f8755c76a02'
- name: download googletest
uses: carlosperate/download-file-action at v2
commit bf3accd85df4d8d6055cabf874b17ce124e8ae31
Author: John Ralls <jralls at ceridwen.us>
Date: Thu May 21 16:23:28 2026 -0700
Add some Boost library requirements needed by libgnucash-guile.
So that if they're missing we don't have to wait for linker failures to find out.
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e9811d4de9..a6f5dd227c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -605,7 +605,7 @@ if (Boost_FOUND)
if (Boost_VERSION VERSION_LESS "1.89.0")
find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex system)
else()
- find_package(Boost 1.67.0 COMPONENTS date_time filesystem locale program_options regex)
+ find_package(Boost 1.67.0 COMPONENTS atomic charconv chrono container date_time filesystem locale program_options regex thread)
endif()
endif()
Summary of changes:
.github/workflows/mac-tests.yaml | 4 ++--
CMakeLists.txt | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
More information about the gnucash-changes
mailing list