root: depends_on vc@1.3.0: (open-ended) (#36663)

This commit is contained in:
Wouter Deconinck 2023-04-06 11:51:20 -05:00 committed by GitHub
parent b32edd3a72
commit c338d2fb02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -282,7 +282,8 @@ class Root(CMakePackage):
)
# depends_on('intel-tbb@:2021.0', when='@:6.22 ^intel-tbb')
depends_on("unuran", when="+unuran")
depends_on("vc@1.3.0", when="+vc")
depends_on("vc@1.0:", when="@6.07.04: +vc")
depends_on("vc@1.3.0:", when="@6.09.02: +vc")
depends_on("vdt", when="+vdt")
depends_on("veccore", when="+veccore")
depends_on("libxml2", when="+xml")