From 765ec35c150d5ed0cd07b121b01eaa370f943674 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 10 Oct 2024 11:54:19 -0700 Subject: [PATCH 1/2] AMReX: `development` Update AMReX to the latest `development` commit, so we can start using the `SmallMatrix` math from https://github.com/AMReX-Codes/amrex/pull/4176 --- cmake/dependencies/ABLASTR.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/dependencies/ABLASTR.cmake b/cmake/dependencies/ABLASTR.cmake index 4e10ce960..f50b4c1da 100644 --- a/cmake/dependencies/ABLASTR.cmake +++ b/cmake/dependencies/ABLASTR.cmake @@ -169,7 +169,7 @@ set(ImpactX_ablastr_branch "24.10" set(ImpactX_amrex_repo "https://github.com/AMReX-Codes/amrex.git" CACHE STRING "Repository URI to pull and build AMReX from if(ImpactX_amrex_internal)") -set(ImpactX_amrex_branch "" +set(ImpactX_amrex_branch "fcc5bd2927e9dd380aa8dd918c6656050b74dd8f" CACHE STRING "Repository branch for ImpactX_amrex_repo if(ImpactX_amrex_internal)") From 7cc1d0b632e0bfd70f4457bf832cbb235c63f833 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 10 Oct 2024 11:55:30 -0700 Subject: [PATCH 2/2] Update `pyAMReX` to latest `development` Use latest commit in `development` for breaking AMReX changes. --- cmake/dependencies/pyAMReX.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/dependencies/pyAMReX.cmake b/cmake/dependencies/pyAMReX.cmake index f4bd5288a..e9c27b6b4 100644 --- a/cmake/dependencies/pyAMReX.cmake +++ b/cmake/dependencies/pyAMReX.cmake @@ -74,7 +74,7 @@ option(ImpactX_pyamrex_internal "Download & build pyAMReX" ON) set(ImpactX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git" CACHE STRING "Repository URI to pull and build pyamrex from if(ImpactX_pyamrex_internal)") -set(ImpactX_pyamrex_branch "24.10" +set(ImpactX_pyamrex_branch "8742a79c29b7db30c7287c8e33109c0d8be1277a" CACHE STRING "Repository branch for ImpactX_pyamrex_repo if(ImpactX_pyamrex_internal)")