pumi: language dependencies (#45301)
Signed-off-by: Cameron Smith <smithc11@rpi.edu>
This commit is contained in:
parent
2029d714a0
commit
f52d3b26c3
@ -65,6 +65,10 @@ class Pumi(CMakePackage):
|
|||||||
"Disable the check for testing new versions.",
|
"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("mpi")
|
||||||
depends_on("cmake@3:", type="build")
|
depends_on("cmake@3:", type="build")
|
||||||
depends_on("zoltan", when="+zoltan")
|
depends_on("zoltan", when="+zoltan")
|
||||||
|
Loading…
Reference in New Issue
Block a user