VisIt: remove upper range restriction on llvm. (#27648)

This commit is contained in:
Eric Brugger 2021-11-29 08:38:31 -08:00 committed by GitHub
parent fcd5f960f8
commit 995a29d2f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,8 @@ class Visit(CMakePackage):
depends_on('python@3.7', when='+python')
# llvm@12.0.1, @11.1.0, @10.0.1 fail in build phase with gcc 6.1.0.
# llvm@9.0.1 fails in cmake phase with gcc 6.1.0.
depends_on('llvm@6:8', when='^mesa')
# llvm@12.0.1, llvm@8.0.1 fail in build phase with gcc 11.2.0
depends_on('llvm@6:', when='^mesa')
depends_on('mesa+glx', when='^mesa')
depends_on('mesa-glu', when='^mesa')
# VisIt doesn't build with hdf5@1.12 and hdf5@1.10 produces files that