diff options
author | Richard Berger <rberger@lanl.gov> | 2022-08-10 04:20:39 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-10 04:20:39 -0600 |
commit | 1cb4b2337f9246e13c1c5ccaa05b8576e7e2445a (patch) | |
tree | 5a2703204e603621a3e8349a56d7822e4a99a4e4 | |
parent | 623eee9a533c63a8677782f2177ccf1a87495c5b (diff) | |
download | spack-1cb4b2337f9246e13c1c5ccaa05b8576e7e2445a.tar.gz spack-1cb4b2337f9246e13c1c5ccaa05b8576e7e2445a.tar.bz2 spack-1cb4b2337f9246e13c1c5ccaa05b8576e7e2445a.tar.xz spack-1cb4b2337f9246e13c1c5ccaa05b8576e7e2445a.zip |
singularity-eos: add dependency to py-pybind11 (#31907)
-rw-r--r-- | var/spack/repos/builtin/packages/singularity-eos/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/singularity-eos/package.py b/var/spack/repos/builtin/packages/singularity-eos/package.py index 231ebbc369..5475ed565d 100644 --- a/var/spack/repos/builtin/packages/singularity-eos/package.py +++ b/var/spack/repos/builtin/packages/singularity-eos/package.py @@ -60,6 +60,7 @@ class SingularityEos(CMakePackage, CudaPackage): depends_on("cmake@3.14:") depends_on("catch2@2.13.7", when="+tests") depends_on("python@3:", when="+python") + depends_on("py-pybind11@2.9.1:", when="+python") # depends_on("py-h5py", when="+tests build_extra=stellarcollapse") depends_on("py-sphinx", when="+doc") depends_on("py-sphinx-rtd-theme@0.4.3", when="+doc") |