Get utilities necessary for successful PIO build (#40502)

This commit is contained in:
Brian Vanderwende 2023-10-30 06:53:57 -06:00 committed by GitHub
parent cc09e88a4a
commit 1ba530bff5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,11 @@ class Parallelio(CMakePackage):
depends_on("parallel-netcdf", type="link", when="+pnetcdf")
resource(name="genf90", git="https://github.com/PARALLELIO/genf90.git", tag="genf90_200608")
resource(
name="CMake_Fortran_utils",
git="https://github.com/CESM-Development/CMake_Fortran_utils.git",
tag="CMake_Fortran_utils_150308",
)
# Allow argument mismatch in gfortran versions > 10 for mpi library compatibility
patch("gfortran.patch", when="@:2.5.8 +fortran %gcc@10:")