Skip to content

Commit

Permalink
esmf: Disable PIO
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-Allured authored Mar 9, 2025
1 parent 5009a11 commit a0b404a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions science/esmf/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0b404a

Please sign in to comment.