pumi: language dependencies (#45301)

Signed-off-by: Cameron Smith <smithc11@rpi.edu>
This commit is contained in:
Cameron Smith 2024-07-18 13:04:57 -04:00 committed by GitHub
parent 2029d714a0
commit f52d3b26c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,10 @@ class Pumi(CMakePackage):
"Disable the check for testing new versions.",
)
depends_on("cxx", type="build")
depends_on("c", type="build")
depends_on("fortran", type="build", when="+fortran")
depends_on("mpi")
depends_on("cmake@3:", type="build")
depends_on("zoltan", when="+zoltan")