root: vc variant: root accepts only vc version 1.3.0 (#36594)

Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
Juan Miguel Carceller 2023-04-01 21:47:34 +02:00 committed by GitHub
parent b9bde03df5
commit b524351e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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