Update package.py (#21577)

This commit is contained in:
Matt Schramm 2021-02-10 03:16:22 -06:00 committed by GitHub
parent ca6ec59a86
commit 175d614bc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ class Liggghts(MakefilePackage):
variant('profile', default=False,
description='Generate profiling code')
depends_on('vtk')
depends_on('vtk@6.1.0:8.2.0')
depends_on('mpi', when='+mpi')
depends_on('jpeg', when='+jpeg')
depends_on('zlib', when="+gzip")