summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorotsukay <otsukay@gmail.com>2024-07-17 04:18:39 +0900
committerGitHub <noreply@github.com>2024-07-16 12:18:39 -0700
commitc9fba9ec79076add3ad9b2350d39c91e24113169 (patch)
tree2225c8e259d89a26fb221e084b874d76c5f285d6 /var
parent282627714e9281d3c31e61d04358e92b3d8dffdc (diff)
downloadspack-c9fba9ec79076add3ad9b2350d39c91e24113169.tar.gz
spack-c9fba9ec79076add3ad9b2350d39c91e24113169.tar.bz2
spack-c9fba9ec79076add3ad9b2350d39c91e24113169.tar.xz
spack-c9fba9ec79076add3ad9b2350d39c91e24113169.zip
fujitsu.patch is no longer needed for versions>=4.5 (#45154)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/wrf/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/wrf/package.py b/var/spack/repos/builtin/packages/wrf/package.py
index 0f3a080714..f5c4c8bfbd 100644
--- a/var/spack/repos/builtin/packages/wrf/package.py
+++ b/var/spack/repos/builtin/packages/wrf/package.py
@@ -207,7 +207,7 @@ class Wrf(Package):
patch("patches/4.3/Makefile.patch", when="@4.3:4.5.1")
patch("patches/4.3/arch.postamble.patch", when="@4.3:4.3.3")
- patch("patches/4.3/fujitsu.patch", when="@4.3: %fj")
+ patch("patches/4.3/fujitsu.patch", when="@4.3:4.4 %fj")
# Syntax errors in physics routines
patch(
"https://github.com/wrf-model/WRF/commit/7c6fd575b7a8fe5715b07b38db160e606c302956.patch?full_index=1",