From 765ec35c150d5ed0cd07b121b01eaa370f943674 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 10 Oct 2024 11:54:19 -0700 Subject: [PATCH] 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)")