diff options
author | Satish Balay <balay@mcs.anl.gov> | 2018-07-25 15:31:35 -0500 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-07-25 22:17:37 -0700 |
commit | f59666587bf0eb853fc1b47576a71d3f4c20ec3c (patch) | |
tree | 95c0784d53fe4768ed2f2fcca5bdbbff193d5b03 | |
parent | b0499cf45e85eea054bf79d1d185a619a52e553e (diff) | |
download | spack-f59666587bf0eb853fc1b47576a71d3f4c20ec3c.tar.gz spack-f59666587bf0eb853fc1b47576a71d3f4c20ec3c.tar.bz2 spack-f59666587bf0eb853fc1b47576a71d3f4c20ec3c.tar.xz spack-f59666587bf0eb853fc1b47576a71d3f4c20ec3c.zip |
hypre: 'master' is branch - not a tag
-rw-r--r-- | var/spack/repos/builtin/packages/hypre/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/hypre/package.py b/var/spack/repos/builtin/packages/hypre/package.py index 4f60b84427..a6020464f6 100644 --- a/var/spack/repos/builtin/packages/hypre/package.py +++ b/var/spack/repos/builtin/packages/hypre/package.py @@ -42,7 +42,7 @@ class Hypre(Package): version('2.11.1', '3f02ef8fd679239a6723f60b7f796519') version('2.10.1', 'dc048c4cabb3cd549af72591474ad674') version('2.10.0b', '768be38793a35bb5d055905b271f5b8e') - version('develop', git='https://github.com/LLNL/hypre', tag='master') + version('develop', git='https://github.com/LLNL/hypre', branch='master') version('xsdk-0.2.0', git='https://github.com/LLNL/hypre', tag='xsdk-0.2.0') # hypre does not know how to build shared libraries on Darwin |