add conflict for +parmetis when ~mpi (#39050)
This commit is contained in:
parent
399271832b
commit
f017f586df
1 changed files with 2 additions and 0 deletions
|
@ -184,6 +184,8 @@ class Conduit(CMakePackage):
|
|||
depends_on("py-sphinx-rtd-theme", when="+python+doc", type="build")
|
||||
depends_on("doxygen", when="+doc+doxygen")
|
||||
|
||||
conflicts("+parmetis", when="~mpi", msg="Parmetis support requires MPI")
|
||||
|
||||
# Tentative patch for fj compiler
|
||||
# Cmake will support fj compiler and this patch will be removed
|
||||
patch("fj_flags.patch", when="%fj")
|
||||
|
|
Loading…
Reference in a new issue