musica: adding a netcdf-fortran dependency (#50252)

This commit is contained in:
Kyle Shores
2025-05-08 14:41:33 -05:00
committed by GitHub
parent 1a379215da
commit 31c2897fd8

View File

@@ -40,6 +40,7 @@ class Musica(CMakePackage):
depends_on("cxx", type="build")
depends_on("fortran", type="build")
depends_on("mpi", when="+mpi")
depends_on("netcdf-fortran", when="+tuvx")
def cmake_args(self):
args = [