summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Brown <t-brown@users.noreply.github.com>2022-03-19 06:26:30 -0600
committerGitHub <noreply@github.com>2022-03-19 08:26:30 -0400
commit892aa0fd16ea68052d131fecff1aa1384d08a24c (patch)
treea9912c44db2fe4cb31191ab5be544ccbbac1238f
parenta627684115c31b928a7bc31f3644a746e267cb37 (diff)
downloadspack-892aa0fd16ea68052d131fecff1aa1384d08a24c.tar.gz
spack-892aa0fd16ea68052d131fecff1aa1384d08a24c.tar.bz2
spack-892aa0fd16ea68052d131fecff1aa1384d08a24c.tar.xz
spack-892aa0fd16ea68052d131fecff1aa1384d08a24c.zip
WRF: Update AOCC patches for latest WRF version. (#29529)
-rw-r--r--var/spack/repos/builtin/packages/wrf/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/wrf/package.py b/var/spack/repos/builtin/packages/wrf/package.py
index 2c8c2f552a..df0198a290 100644
--- a/var/spack/repos/builtin/packages/wrf/package.py
+++ b/var/spack/repos/builtin/packages/wrf/package.py
@@ -143,8 +143,8 @@ class Wrf(Package):
patch("patches/4.2/tirpc_detect.patch", when="@4.2")
patch("patches/4.2/add_aarch64.patch", when="@4.2:")
patch("patches/4.2/configure_aocc_2.3.patch", when="@4.2 %aocc@:2.4.0")
- patch("patches/4.2/configure_aocc_3.0.patch", when="@4.2 %aocc@3.0.0:3.2.0")
- patch("patches/4.2/hdf5_fix.patch", when="@4.2 %aocc")
+ patch("patches/4.2/configure_aocc_3.0.patch", when="@4.2: %aocc@3.0.0:3.2.0")
+ patch("patches/4.2/hdf5_fix.patch", when="@4.2: %aocc")
patch("patches/4.2/derf_fix.patch", when="@4.2 %aocc")
# Various syntax fixes found by FPT tool
patch("https://github.com/wrf-model/WRF/commit/6502d5d9c15f5f9a652dec244cc12434af737c3c.patch",