summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2022-07-30 15:19:18 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2022-07-31 13:29:20 -0700
commitf52f6e99dbf1131886a80112b8c79dfc414afb7c (patch)
tree05cb7d64b2395922f2f24683da49f472075be12c /var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py
parent549ba1ed32372c67fc57271cde3797d58b7dec6e (diff)
downloadspack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.gz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.bz2
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.tar.xz
spack-f52f6e99dbf1131886a80112b8c79dfc414afb7c.zip
black: reformat entire repository with black
Diffstat (limited to 'var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py')
-rw-r--r--var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py b/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py
index 639e470f34..19dfeb26ac 100644
--- a/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py
+++ b/var/spack/repos/builtin/packages/hdf5-vol-external-passthrough/package.py
@@ -10,17 +10,17 @@ class Hdf5VolExternalPassthrough(CMakePackage):
"""Package for HDF5 external pass-through VOL."""
homepage = "https://sdm.lbl.gov/"
- url = "https://github.com/hpc-io/vol-external-passthrough/archive/refs/tags/v1.0.tar.gz"
- git = "https://github.com/hpc-io/vol-external-passthrough.git"
- maintainers = ['hyoklee']
+ url = "https://github.com/hpc-io/vol-external-passthrough/archive/refs/tags/v1.0.tar.gz"
+ git = "https://github.com/hpc-io/vol-external-passthrough.git"
+ maintainers = ["hyoklee"]
- version('develop', branch='develop')
- version('1.0', sha256='99a06d1c31451f8f0c8c10fec112410cda1f951f0eda1bd0ca999d6b35cf7740')
- depends_on('hdf5@1.13.0:')
+ version("develop", branch="develop")
+ version("1.0", sha256="99a06d1c31451f8f0c8c10fec112410cda1f951f0eda1bd0ca999d6b35cf7740")
+ depends_on("hdf5@1.13.0:")
def cmake_args(self):
args = [
- self.define('BUILD_SHARED_LIBS:BOOL', True),
- self.define('BUILD_TESTING:BOOL=ON', self.run_tests)
+ self.define("BUILD_SHARED_LIBS:BOOL", True),
+ self.define("BUILD_TESTING:BOOL=ON", self.run_tests),
]
return args