Skip to content
Merged
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
10 changes: 10 additions & 0 deletions recipe/patches/amrex-26.04-changelog.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/CHANGES.md b/CHANGES.md
index 66a1eaaa0d..df33b8d2da 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-# 26.03
+# 26.04

## Highlights:

4 changes: 3 additions & 1 deletion recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ context:
# prioritize nompi variant via build number
name: amrex
version: "26.04"
build: 0
build: 1
mpi: ${{ mpi or "nompi" }} # is this still needed?
mpi_prefix: ${{ "nompi" if mpi == "nompi" else "mpi_" + mpi }}

Expand All @@ -16,6 +16,8 @@ package:
source:
url: https://github.com/AMReX-Codes/amrex/archive/refs/tags/${{ version }}.tar.gz
sha256: 6774449027793ae583036150ee17d929c88cdc04fee136da8de201cbe78c4c03
patches:
- patches/amrex-26.04-changelog.patch

build:
# add build string so packages can depend on
Expand Down