From a0b404a815fbf910f491b205c1f99ececb6fa0ea Mon Sep 17 00:00:00 2001 From: Dave Allured Date: Sun, 9 Mar 2025 17:02:51 -0600 Subject: [PATCH] esmf: Disable PIO --- science/esmf/Portfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/science/esmf/Portfile b/science/esmf/Portfile index 6a922e94337a..ce2b39172c2e 100644 --- a/science/esmf/Portfile +++ b/science/esmf/Portfile @@ -149,6 +149,11 @@ pre-destroot { ESMF_INSTALL_LIBDIR=${destroot}${prefix}/lib \ ESMF_INSTALL_BINDIR=${destroot}${prefix}/bin \ ESMF_INSTALL_DOCDIR=${destroot}${prefix}/share/doc/${name} + + # See note under build.env above, for ESMF_PIO=OFF. + # Remove this when the other one is removed. + destroot.env-append ESMF_PIO=OFF + if {[variant_isset accelerate]} { destroot.env-append ESMF_LAPACK=system \ ESMF_LAPACK_LIBS=-lvecLibFort