diff options
author | Christoph Junghans <christoph.junghans@gmail.com> | 2017-10-17 02:36:54 -0600 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-10-17 01:36:54 -0700 |
commit | 1a12e6022b5101aad98212f4c9ac4d570304b7a2 (patch) | |
tree | e83768c71bd6ab032d9521c10bdd89254c27b703 | |
parent | 1952a92820dd644049afe32c8b3e8af8193256ba (diff) | |
download | spack-1a12e6022b5101aad98212f4c9ac4d570304b7a2.tar.gz spack-1a12e6022b5101aad98212f4c9ac4d570304b7a2.tar.bz2 spack-1a12e6022b5101aad98212f4c9ac4d570304b7a2.tar.xz spack-1a12e6022b5101aad98212f4c9ac4d570304b7a2.zip |
liquo: added 1.3 and develop (#5781)
-rw-r--r-- | var/spack/repos/builtin/packages/libquo/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libquo/package.py b/var/spack/repos/builtin/packages/libquo/package.py index bcf78607b6..1a1dc61a56 100644 --- a/var/spack/repos/builtin/packages/libquo/package.py +++ b/var/spack/repos/builtin/packages/libquo/package.py @@ -34,6 +34,8 @@ class Libquo(AutotoolsPackage): homepage = "https://github.com/lanl/libquo" url = "https://github.com/lanl/libquo/archive/v1.2.9.tar.gz" + version('develop', git='https://github.com/lanl/libquo', branch='master') + version('1.3', '3ff74162837425a15ecf695ca0201e4a') version('1.2.9', 'ca82ab33f13e2b89983f81e7c02e98c2') depends_on('mpi') |