AMG: update version (#9228)

This commit is contained in:
Abhinav Bhatele 2018-09-12 13:11:05 -07:00 committed by Christoph Junghans
parent 62977662e9
commit 1e2b3b0768

View File

@ -36,6 +36,7 @@ class Amg(MakefilePackage):
git = "https://github.com/LLNL/AMG.git"
version('develop', branch='master')
version('1.1', tag='1.1')
version('1.0', tag='1.0')
variant('openmp', default=True, description='Build with OpenMP support')