pika: add hipblas dependency when rocm variant (#29681)
Hipblas is now compulsory when building with rocm. Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
This commit is contained in:
parent
c8728a1526
commit
da6d9a33c1
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ class Pika(CMakePackage, CudaPackage, ROCmPackage):
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
depends_on('cuda@11:', when='+cuda')
|
depends_on('cuda@11:', when='+cuda')
|
||||||
depends_on('apex', when='+apex')
|
depends_on('apex', when='+apex')
|
||||||
|
depends_on('hipblas', when='+rocm')
|
||||||
|
|
||||||
for cxxstd in cxxstds:
|
for cxxstd in cxxstds:
|
||||||
depends_on(
|
depends_on(
|
||||||
|
|
Loading…
Reference in a new issue