aocl-da & aocl-utils: fix missing compiler dependencies (#50029)
This commit is contained in:
parent
fa9dcb43bd
commit
74f78bd24f
@ -53,6 +53,8 @@ class AoclDa(CMakePackage):
|
||||
)
|
||||
|
||||
depends_on("c", type="build")
|
||||
depends_on("cxx", type="build")
|
||||
depends_on("fortran", type="build")
|
||||
|
||||
depends_on("cmake@3.22:", type="build")
|
||||
for vers in ["5.0"]:
|
||||
|
@ -47,7 +47,8 @@ class AoclUtils(CMakePackage):
|
||||
variant("shared", default=True, when="@4.2:", description="build shared library")
|
||||
variant("examples", default=False, description="enable examples")
|
||||
|
||||
depends_on("cxx", type="build") # generated
|
||||
depends_on("c", type="build")
|
||||
depends_on("cxx", type="build")
|
||||
|
||||
depends_on("cmake@3.22:", type="build")
|
||||
depends_on("doxygen", when="+doc")
|
||||
|
Loading…
Reference in New Issue
Block a user