Skip to content

Commit

Permalink
singularity-eos: allow newer versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rbberger committed Jul 7, 2022
1 parent def1e6c commit cd60b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spack-repo/packages/singularity-eos/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class SingularityEos(CMakePackage, CudaPackage):

# building/testing/docs
depends_on("[email protected]:")
depends_on("[email protected]", when="+tests")
depends_on("[email protected]:", when="+tests")
depends_on("python@3:", when="+python")
# depends_on("py-h5py", when="+tests build_extra=stellarcollapse")
depends_on("py-sphinx", when="+doc")
Expand All @@ -66,7 +66,7 @@ class SingularityEos(CMakePackage, CudaPackage):
depends_on('[email protected]+clang', when='+format')

# linear algebra when not using GPUs
depends_on("[email protected]", when="~cuda")
depends_on("[email protected]:", when="~cuda")

depends_on("eospac", when="+eospac")
depends_on("spiner")
Expand Down

0 comments on commit cd60b3e

Please sign in to comment.