petsc+rocm: add dependency on hipblas-common (#48644)

This commit is contained in:
Satish Balay 2025-01-28 09:45:12 -06:00 committed by GitHub
parent c86112b0e8
commit 82e091e2c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -720,6 +720,8 @@ def configure_options(self):
hip_ipkgs.extend(["rocrand"])
else:
hip_lpkgs.extend(["rocrand"])
if spec.satisfies("^hipblas@6.3.0:"):
hip_ipkgs.extend(["hipblas-common"])
hip_inc = ""
hip_lib = ""
for pkg in hip_ipkgs: