diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2023-01-02 11:32:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-02 18:32:59 +0100 |
commit | 769378c9598249e8f6d54910b67fe9b9562acf8a (patch) | |
tree | c0ac980cd439af44988e6513d1822f79b21fd9a5 | |
parent | a18e2f98b33d8951c697903e11e215819ca45699 (diff) | |
download | spack-769378c9598249e8f6d54910b67fe9b9562acf8a.tar.gz spack-769378c9598249e8f6d54910b67fe9b9562acf8a.tar.bz2 spack-769378c9598249e8f6d54910b67fe9b9562acf8a.tar.xz spack-769378c9598249e8f6d54910b67fe9b9562acf8a.zip |
r-hdf5array: add needed dependency on zlib (#34745)
-rw-r--r-- | var/spack/repos/builtin/packages/r-hdf5array/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-hdf5array/package.py b/var/spack/repos/builtin/packages/r-hdf5array/package.py index 878fbd7665..6bcab45c30 100644 --- a/var/spack/repos/builtin/packages/r-hdf5array/package.py +++ b/var/spack/repos/builtin/packages/r-hdf5array/package.py @@ -52,3 +52,4 @@ class RHdf5array(RPackage): depends_on("r-iranges", type=("build", "run")) depends_on("r-rhdf5lib", type=("build", "run"), when="@1.12.3:") depends_on("gmake", type="build") + depends_on("zlib") |