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