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:
parent
c3ffd4e1cf
commit
13e5c3fbe2
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue