From d59d67985683859534273a71d96fe58c2c9ef885 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Thu, 9 Jan 2025 12:13:42 -0800 Subject: [PATCH] AMReX: `development` Update to the latest `development` commit of AMReX to fix a few bugs. --- 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 4fdc9195d..6bc5c0f65 100644 --- a/cmake/dependencies/ABLASTR.cmake +++ b/cmake/dependencies/ABLASTR.cmake @@ -170,7 +170,7 @@ set(ImpactX_ablastr_branch "25.01" 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 "041f225dc5c97a5e3baf2559046ceabffd75f002" CACHE STRING "Repository branch for ImpactX_amrex_repo if(ImpactX_amrex_internal)")