oce: fix self-referential dependencies (#42540)
This commit is contained in:
parent
e32009a7e3
commit
a30d4612f5
@ -35,7 +35,7 @@ class Oce(Package):
|
|||||||
|
|
||||||
with when("+tbb"):
|
with when("+tbb"):
|
||||||
depends_on("tbb")
|
depends_on("tbb")
|
||||||
depends_on("intel-tbb@:2020 build_system=makefile", when="^intel-tbb")
|
depends_on("intel-tbb@:2020 build_system=makefile", when="^[virtuals=tbb] intel-tbb")
|
||||||
conflicts("^intel-oneapi-tbb@2021.1:")
|
conflicts("^intel-oneapi-tbb@2021.1:")
|
||||||
|
|
||||||
# There is a bug in OCE which appears with Clang (version?) or GCC 6.0
|
# There is a bug in OCE which appears with Clang (version?) or GCC 6.0
|
||||||
|
Loading…
Reference in New Issue
Block a user