diff options
author | Abhinav Bhatele <bhatele@gmail.com> | 2018-09-12 13:11:05 -0700 |
---|---|---|
committer | Christoph Junghans <christoph.junghans@gmail.com> | 2018-09-12 14:11:05 -0600 |
commit | 1e2b3b07687145388e51c4fa7764473fc3f4444f (patch) | |
tree | 8bc0b6a55339148996d65d92db7154bcc2e32696 | |
parent | 62977662e93bd8b29f34d5baa1a0d851147085a6 (diff) | |
download | spack-1e2b3b07687145388e51c4fa7764473fc3f4444f.tar.gz spack-1e2b3b07687145388e51c4fa7764473fc3f4444f.tar.bz2 spack-1e2b3b07687145388e51c4fa7764473fc3f4444f.tar.xz spack-1e2b3b07687145388e51c4fa7764473fc3f4444f.zip |
AMG: update version (#9228)
-rw-r--r-- | var/spack/repos/builtin/packages/amg/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/amg/package.py b/var/spack/repos/builtin/packages/amg/package.py index 4ac0cf2e64..9bd75a906f 100644 --- a/var/spack/repos/builtin/packages/amg/package.py +++ b/var/spack/repos/builtin/packages/amg/package.py @@ -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') |