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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [