diff options
-rw-r--r-- | var/spack/repos/builtin/packages/wrf/package.py | 2 |
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", |