pumi: remove redundant compiler deps (#49936)

This commit is contained in:
Cameron Smith
2025-04-08 13:39:08 -04:00
committed by GitHub
parent 382647c8af
commit 63a506ed17

View File

@@ -67,10 +67,6 @@ class Pumi(CMakePackage):
"Disable the check for testing new versions.",
)
depends_on("c", type="build") # generated
depends_on("cxx", type="build") # generated
depends_on("fortran", type="build") # generated
depends_on("cxx", type="build")
depends_on("c", type="build")
depends_on("fortran", type="build", when="+fortran")