From cea763cd8a917f1b57915103bb4bb7627bb27f4a Mon Sep 17 00:00:00 2001 From: Ahnaf Tahmid Chowdhury Date: Fri, 20 Oct 2023 09:42:56 +0600 Subject: [PATCH 1/2] add 11.1.2 geant4 --- .github/workflows/linux_build_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux_build_test.yml b/.github/workflows/linux_build_test.yml index 5e8bbc30d..0e866db73 100644 --- a/.github/workflows/linux_build_test.yml +++ b/.github/workflows/linux_build_test.yml @@ -55,6 +55,7 @@ jobs: ] geant_version : [ 10.7.4, + 11.1.2 ] container: From 358818f3e123172c2fe2bfbbae03f838912ef00c Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Thu, 7 Dec 2023 10:56:17 -0600 Subject: [PATCH 2/2] update changelog --- doc/CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CHANGELOG.rst b/doc/CHANGELOG.rst index 82de1cac6..42a1c5a0a 100644 --- a/doc/CHANGELOG.rst +++ b/doc/CHANGELOG.rst @@ -29,7 +29,7 @@ Next version * Adding const identifier to cross-reference methods (#906) **Fixed:** - * Patch to compile with Geant4 11.x (#803 #907) + * Patch to compile with Geant4 11.x (#803 #907 #927) * Patched cmake-search paths for double-down and MOAB (#878) * Patch to compile with gcc-13 (#882) * Tweak conda environment for Windows build to avoid conflicting gtest headers (#888)