petsc+rocm: add dependency on hipblas-common (#48644)
This commit is contained in:
parent
c86112b0e8
commit
82e091e2c2
@ -720,6 +720,8 @@ def configure_options(self):
|
|||||||
hip_ipkgs.extend(["rocrand"])
|
hip_ipkgs.extend(["rocrand"])
|
||||||
else:
|
else:
|
||||||
hip_lpkgs.extend(["rocrand"])
|
hip_lpkgs.extend(["rocrand"])
|
||||||
|
if spec.satisfies("^hipblas@6.3.0:"):
|
||||||
|
hip_ipkgs.extend(["hipblas-common"])
|
||||||
hip_inc = ""
|
hip_inc = ""
|
||||||
hip_lib = ""
|
hip_lib = ""
|
||||||
for pkg in hip_ipkgs:
|
for pkg in hip_ipkgs:
|
||||||
|
Loading…
Reference in New Issue
Block a user