Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
repository: 'BLAST-ImpactX/impactx'
path: 'src'
ref: '26.03'
ref: '26.04'

- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion library_builders.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exit /b 0
:build_amrex
if exist amrex-stamp exit /b 0

set "AMREX_VERSION=26.03"
set "AMREX_VERSION=26.04"

curl -sLo "amrex-%AMREX_VERSION%.zip" ^
"https://github.com/AMReX-Codes/amrex/archive/refs/tags/%AMREX_VERSION%.zip"
Expand Down
2 changes: 1 addition & 1 deletion library_builders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function install_buildessentials {
function build_amrex {
if [ -e amrex-stamp ]; then return; fi

AMREX_VERSION="26.03"
AMREX_VERSION="26.04"

curl -sLO https://github.com/AMReX-Codes/amrex/releases/download/${AMREX_VERSION}/amrex-${AMREX_VERSION}.tar.gz
file amrex*.tar.gz
Expand Down
Loading