Skip to content

Commit 22ac32a

Browse files
authored
hsa-amd-aqlprofile: add missing c and cxx dependency (spack#2532)
1 parent 929ba84 commit 22ac32a

File tree

1 file changed

+3
-0
lines changed
  • repos/spack_repo/builtin/packages/hsa_amd_aqlprofile

1 file changed

+3
-0
lines changed

repos/spack_repo/builtin/packages/hsa_amd_aqlprofile/package.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ class HsaAmdAqlprofile(CMakePackage):
2121
version("7.0.2", sha256="1c56781bf40e7195b1dd670b8f05ecc0b2007c57c0a0b80fea97dfaa9999e8e3")
2222
version("7.0.0", sha256="25f040c867e22f4a0b4147317133dc50eccf60e72fc2c91e8d25083fa84c313e")
2323

24+
depends_on("c", type="build")
25+
depends_on("cxx", type="build")
26+
2427
for ver in ["7.0.0", "7.0.2"]:
2528
depends_on(f"hsa-rocr-dev@{ver}", when=f"@{ver}")

0 commit comments

Comments
 (0)