From b332c1055c242108c660596c1ac4c40fe2d91941 Mon Sep 17 00:00:00 2001 From: Dom Heinzeller Date: Thu, 25 Aug 2022 09:52:54 -0600 Subject: Update ESMF: bug fix for esmf@8.3.0b09 with PIO (#32360) --- var/spack/repos/builtin/packages/esmf/package.py | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/esmf/package.py b/var/spack/repos/builtin/packages/esmf/package.py index d3189a9b9c..a381fa1658 100644 --- a/var/spack/repos/builtin/packages/esmf/package.py +++ b/var/spack/repos/builtin/packages/esmf/package.py @@ -19,7 +19,7 @@ class Esmf(MakefilePackage): url = "https://github.com/esmf-org/esmf/archive/ESMF_8_0_1.tar.gz" git = "https://github.com/esmf-org/esmf.git" - maintainers = ["climbfuji"] + maintainers = ["climbfuji", "jedwards4b"] # Develop is a special name for spack and is always considered the newest version version("develop", branch="develop") @@ -64,12 +64,24 @@ class Esmf(MakefilePackage): description="Build with external parallelio library", when="@8.3:", ) + variant( + "parallelio", + default=False, + description="Build with external parallelio library", + when="@8.3.b09", + ) variant( "pio", default=True, description="Enable Internal ParallelIO support", when="@:8.2.99", ) + variant( + "pio", + default=True, + description="Enable Internal ParallelIO support", + when="@8.3.0b09", + ) variant("debug", default=False, description="Make a debuggable version of the library") # Required dependencies -- cgit v1.2.3-60-g2f50