Update package.py (#21577)
This commit is contained in:
parent
ca6ec59a86
commit
175d614bc6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Liggghts(MakefilePackage):
|
||||||
variant('profile', default=False,
|
variant('profile', default=False,
|
||||||
description='Generate profiling code')
|
description='Generate profiling code')
|
||||||
|
|
||||||
depends_on('vtk')
|
depends_on('vtk@6.1.0:8.2.0')
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
depends_on('jpeg', when='+jpeg')
|
depends_on('jpeg', when='+jpeg')
|
||||||
depends_on('zlib', when="+gzip")
|
depends_on('zlib', when="+gzip")
|
||||||
|
|
Loading…
Reference in a new issue