summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/hdf5-vol-log/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/hdf5-vol-log/package.py')
-rw-r--r--var/spack/repos/builtin/packages/hdf5-vol-log/package.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/var/spack/repos/builtin/packages/hdf5-vol-log/package.py b/var/spack/repos/builtin/packages/hdf5-vol-log/package.py
index 7d400bc266..27a317db2b 100644
--- a/var/spack/repos/builtin/packages/hdf5-vol-log/package.py
+++ b/var/spack/repos/builtin/packages/hdf5-vol-log/package.py
@@ -10,25 +10,25 @@ class Hdf5VolLog(AutotoolsPackage):
"""Log-based VOL - an HDF5 VOL Plugin that stores HDF5 datasets in a log-based
storage layout."""
- homepage = 'https://github.com/DataLib-ECP/vol-log-based'
- url = 'https://github.com/DataLib-ECP/vol-log-based'
- git = 'https://github.com/DataLib-ECP/vol-log-based.git'
- maintainers = ['hyoklee', 'lrknox']
+ homepage = "https://github.com/DataLib-ECP/vol-log-based"
+ url = "https://github.com/DataLib-ECP/vol-log-based"
+ git = "https://github.com/DataLib-ECP/vol-log-based.git"
+ maintainers = ["hyoklee", "lrknox"]
- version('master-1.1', branch='master')
+ version("master-1.1", branch="master")
- version('1.1.0', commit='ca146fa7d320ec5c0b397669b330c78fceeabb57')
+ version("1.1.0", commit="ca146fa7d320ec5c0b397669b330c78fceeabb57")
- depends_on('hdf5@1.13.0:')
- depends_on('autoconf', type='build')
- depends_on('automake', type='build')
- depends_on('libtool', type='build')
- depends_on('m4', type='build')
+ depends_on("hdf5@1.13.0:")
+ depends_on("autoconf", type="build")
+ depends_on("automake", type="build")
+ depends_on("libtool", type="build")
+ depends_on("m4", type="build")
def configure_args(self):
args = []
- args.append('--enable-shared')
- args.append('--enable-zlib')
+ args.append("--enable-shared")
+ args.append("--enable-zlib")
return args