add conflict for +parmetis when ~mpi (#39050)

This commit is contained in:
Chris White 2023-07-24 10:54:18 -07:00 committed by GitHub
parent 399271832b
commit f017f586df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")