pumi: remove redundant compiler deps (#49936)
This commit is contained in:
@@ -67,10 +67,6 @@ class Pumi(CMakePackage):
|
|||||||
"Disable the check for testing new versions.",
|
"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("cxx", type="build")
|
||||||
depends_on("c", type="build")
|
depends_on("c", type="build")
|
||||||
depends_on("fortran", type="build", when="+fortran")
|
depends_on("fortran", type="build", when="+fortran")
|
||||||
|
Reference in New Issue
Block a user