summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-hdf5r/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-hdf5r/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-hdf5r/package.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/r-hdf5r/package.py b/var/spack/repos/builtin/packages/r-hdf5r/package.py
index a9ce59416b..dbd2bb2d96 100644
--- a/var/spack/repos/builtin/packages/r-hdf5r/package.py
+++ b/var/spack/repos/builtin/packages/r-hdf5r/package.py
@@ -18,15 +18,15 @@ class RHdf5r(RPackage):
cran = "hdf5r"
- version('1.3.5', sha256='87b75173ab226a9fbaa5b28289349f3c56b638629560a172994b8f9323c1622f')
- version('1.3.3', sha256='a0f83cbf21563e81dbd1a1bd8379623ed0c9c4df4e094c75013abfd7a5271545')
- version('1.2.0', sha256='58813e334fd3f9040038345a7186e5cb02090898883ac192477a76a5b8b4fe81')
+ version("1.3.5", sha256="87b75173ab226a9fbaa5b28289349f3c56b638629560a172994b8f9323c1622f")
+ version("1.3.3", sha256="a0f83cbf21563e81dbd1a1bd8379623ed0c9c4df4e094c75013abfd7a5271545")
+ version("1.2.0", sha256="58813e334fd3f9040038345a7186e5cb02090898883ac192477a76a5b8b4fe81")
- depends_on('r@3.2.2:', type=('build', 'run'))
- depends_on('r-r6', type=('build', 'run'))
- depends_on('r-bit64', type=('build', 'run'))
- depends_on('hdf5@1.8.13:+hl')
- depends_on('pkgconfig', type='build')
+ depends_on("r@3.2.2:", type=("build", "run"))
+ depends_on("r-r6", type=("build", "run"))
+ depends_on("r-bit64", type=("build", "run"))
+ depends_on("hdf5@1.8.13:+hl")
+ depends_on("pkgconfig", type="build")
# The configure script in the package uses the hdf5 h5cc compiler wrapper
# in the PATH to configure hdf5. That works fine if hdf5 was built with
@@ -34,4 +34,4 @@ class RHdf5r(RPackage):
# wrapper built with cmake does not support the '-show' or '-showconfig'
# flags. The following patch replaces those commands in the configure
# script with pkg-config commands.
- patch('configure.patch')
+ patch("configure.patch")