gl depends on mesa but it should not be llvm variant
This commit is contained in:
parent
d6b0d03000
commit
5d6c105066
@ -123,6 +123,7 @@ class Hip(CMakePackage):
|
|||||||
test_requires_compiler = True
|
test_requires_compiler = True
|
||||||
|
|
||||||
with when("+rocm"):
|
with when("+rocm"):
|
||||||
|
depends_on("mesa~llvm")
|
||||||
depends_on("gl@4.5:")
|
depends_on("gl@4.5:")
|
||||||
depends_on("py-cppheaderparser", type="build", when="@5.3.3:")
|
depends_on("py-cppheaderparser", type="build", when="@5.3.3:")
|
||||||
for ver in [
|
for ver in [
|
||||||
|
Loading…
Reference in New Issue
Block a user