From 13e5c3fbe23e3f57503064bf2c3d7c0a3713101a Mon Sep 17 00:00:00 2001 From: dorier Date: Sat, 27 Oct 2018 03:01:39 +0100 Subject: VisIt: build vtk without mpi support (#9649) VisIt cannot use VTK built with mpi support (which was enabled by default starting in #9494) --- var/spack/repos/builtin/packages/visit/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/visit/package.py b/var/spack/repos/builtin/packages/visit/package.py index 4de0294f43..47d93c3a7b 100644 --- a/var/spack/repos/builtin/packages/visit/package.py +++ b/var/spack/repos/builtin/packages/visit/package.py @@ -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') -- cgit v1.2.3-70-g09d2