From fdd8d8b3b0c4ee4437cfe594b5daaaa5653d5117 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Fri, 11 Oct 2024 13:58:07 -0700 Subject: [PATCH] AMReX: `development` (#740) Update AMReX to the latest [development](https://github.com/AMReX-Codes/amrex/commits/development/) commit. --- 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 f50b4c1da..588a74c38 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 "fcc5bd2927e9dd380aa8dd918c6656050b74dd8f" +set(ImpactX_amrex_branch "e64ffef57a7608d1d60f9abe738cc634e9c1272e" CACHE STRING "Repository branch for ImpactX_amrex_repo if(ImpactX_amrex_internal)")