VisIt: build vtk without mpi support (#9649)

VisIt cannot use VTK built with mpi support (which was enabled by
default starting in #9494)
This commit is contained in:
dorier 2018-10-27 03:01:39 +01:00 committed by Peter Scheibel
parent c3ffd4e1cf
commit 13e5c3fbe2

View file

@ -26,7 +26,7 @@ class Visit(CMakePackage):
variant('mpi', default=True, description='Enable parallel engine')
depends_on('cmake@3.0:', type='build')
depends_on('vtk@6.1.0~opengl2')
depends_on('vtk@6.1.0~opengl2~mpi')
depends_on('qt@4.8.6', when='+gui')
depends_on('qwt', when='+gui')
depends_on('python', when='+python')