summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorCameron Stanavige <stanavige1@llnl.gov>2020-01-16 13:16:59 -0800
committerAdam J. Stewart <ajstewart426@gmail.com>2020-01-16 15:16:59 -0600
commit0f68ed73c611dbdd992752a1a5536339b2f6c37b (patch)
treeb9bade2662e6992ee4a0a7131f02a9404f256d45 /var
parent876305adf0e8b7d90a2cfcb67ac44edd46085719 (diff)
downloadspack-0f68ed73c611dbdd992752a1a5536339b2f6c37b.tar.gz
spack-0f68ed73c611dbdd992752a1a5536339b2f6c37b.tar.bz2
spack-0f68ed73c611dbdd992752a1a5536339b2f6c37b.tar.xz
spack-0f68ed73c611dbdd992752a1a5536339b2f6c37b.zip
unifyfs: new release version (#14527)
This updates the UnifyFS package to account for the latest 0.9.0 version and removes support for version 0.2.0.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/unifyfs/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/unifyfs/package.py b/var/spack/repos/builtin/packages/unifyfs/package.py
index 443cd7c091..98c249d7e6 100644
--- a/var/spack/repos/builtin/packages/unifyfs/package.py
+++ b/var/spack/repos/builtin/packages/unifyfs/package.py
@@ -16,11 +16,11 @@ class Unifyfs(AutotoolsPackage):
homepage = "https://github.com/LLNL/UnifyFS"
git = "https://github.com/LLNL/UnifyFS.git"
- url = "https://github.com/LLNL/UnifyFS/releases/download/v0.2.0/unifycr-0.2.0.tar.gz"
+ url = "https://github.com/LLNL/UnifyFS/releases/download/v0.9.0/unifyfs-0.9.0.tar.gz"
maintainers = ['CamStan']
version('develop', branch='dev', preferred=True)
- version('0.2.0', sha256='7439b0e885234bc64e8cbb449d8abfadd386692766b6f00647a7b6435efb2066')
+ version('0.9.0', sha256='e6c73e22ef1c23f3141646aa17058b69c1c4e526886771f8fe982da924265b0f')
variant('hdf5', default='False', description='Build with parallel HDF5 (install with `^hdf5~mpi` for serial)')
variant('fortran', default='False', description='Build with gfortran support')