diff options
author | Ruben Di Battista <rubendibattista@users.noreply.github.com> | 2019-08-31 03:44:35 +0200 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-08-30 18:44:35 -0700 |
commit | bc56f87b09786b92b32cfe815182b45b0a06653e (patch) | |
tree | a5bf1ac9bef006d6a3decd5f2331ccbb3c82b9f1 | |
parent | 2a27f50d14144ca2ae235067b19fb328670f866d (diff) | |
download | spack-bc56f87b09786b92b32cfe815182b45b0a06653e.tar.gz spack-bc56f87b09786b92b32cfe815182b45b0a06653e.tar.bz2 spack-bc56f87b09786b92b32cfe815182b45b0a06653e.tar.xz spack-bc56f87b09786b92b32cfe815182b45b0a06653e.zip |
p4est package: add version 2.2 (#12603)
-rw-r--r-- | var/spack/repos/builtin/packages/p4est/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/p4est/package.py b/var/spack/repos/builtin/packages/p4est/package.py index 7be72fcda4..ea633589c5 100644 --- a/var/spack/repos/builtin/packages/p4est/package.py +++ b/var/spack/repos/builtin/packages/p4est/package.py @@ -10,10 +10,11 @@ class P4est(AutotoolsPackage): """Dynamic management of a collection (a forest) of adaptive octrees in parallel""" homepage = "http://www.p4est.org" - url = "http://p4est.github.io/release/p4est-1.1.tar.gz" + url = "http://p4est.github.io/release/p4est-2.2.tar.gz" maintainers = ['davydden'] + version('2.2', sha256='1549cbeba29bee2c35e7cc50a90a04961da5f23b6eada9c8047f511b90a8e438') version('2.0', 'c522c5b69896aab39aa5a81399372a19a6b03fc6200d2d5d677d9a22fe31029a') version('1.1', '37ba7f4410958cfb38a2140339dbf64f') |