diff options
author | Cyrus Harrison <cyrush@llnl.gov> | 2017-01-06 12:33:51 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-01-06 12:33:51 -0800 |
commit | e39ba88e9c2f4c9409771982e0b12e25d97c359a (patch) | |
tree | 2e418083c373cc892210f77056bb87ae57169cdc | |
parent | 2f173bda9cf06280f945190942369afaa71e2bb4 (diff) | |
download | spack-e39ba88e9c2f4c9409771982e0b12e25d97c359a.tar.gz spack-e39ba88e9c2f4c9409771982e0b12e25d97c359a.tar.bz2 spack-e39ba88e9c2f4c9409771982e0b12e25d97c359a.tar.xz spack-e39ba88e9c2f4c9409771982e0b12e25d97c359a.zip |
add conduit 0.2.1 release (#2766)
-rw-r--r-- | var/spack/repos/builtin/packages/conduit/package.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/conduit/package.py b/var/spack/repos/builtin/packages/conduit/package.py index ce1affc0cd..9715542126 100644 --- a/var/spack/repos/builtin/packages/conduit/package.py +++ b/var/spack/repos/builtin/packages/conduit/package.py @@ -45,8 +45,9 @@ class Conduit(Package): coupling between packages in-core, serialization, and I/O tasks.""" homepage = "http://software.llnl.gov/conduit" - url = "https://github.com/LLNL/conduit/archive/v0.2.0.tar.gz" + url = "https://github.com/LLNL/conduit/archive/v0.2.1.tar.gz" + version('0.2.1', 'cd2b42c76f70ac3546582b6da77c6028') version('0.2.0', 'd595573dedf55514c11d7391092fd760') version('master', git='https://github.com/LLNL/conduit.git') |