Skip to content

Commit

Permalink
Merge pull request #44 from greenc-FNAL/feature/hep-concurrency-depen…
Browse files Browse the repository at this point in the history
…dency

Dependence on `hep-concurrency` is now build-only (for tests)
  • Loading branch information
gartung authored Nov 8, 2023
2 parents 9b077a2 + e6734a3 commit 9255551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cetlib/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ class Cetlib(CMakePackage):

depends_on("boost+regex+program_options+filesystem+system+test")
depends_on("cetlib-except")
depends_on("hep-concurrency")
depends_on("hep-concurrency", when="@3.19:", type=("build", "test"))
depends_on("hep-concurrency", when="@:3.18.99")
depends_on("openssl")
depends_on("perl", type=("build", "run"))
depends_on("[email protected]:")
depends_on("tbb")
depends_on("catch2@3:", when="@3.17:", type=("build", "test"))
depends_on("[email protected]:", when="@:3.16.99", type=("build", "test"))
depends_on("catch2", type=("build", "test"))
depends_on('cetmodules', type='build')
depends_on("cetmodules", type="build")
conflicts("cetmodules@:3.21.00", when="catch2@3:")

if "SPACK_CMAKE_GENERATOR" in os.environ:
Expand Down

0 comments on commit 9255551

Please sign in to comment.