exago@1.4.1: : needs py-pytest (#31060)
This commit is contained in:
parent
45043bcdf5
commit
6ab9f3a290
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage):
|
|||
depends_on('petsc@3.16.0:3.16', when='@1.3.0:')
|
||||
depends_on('petsc~mpi', when='~mpi')
|
||||
|
||||
depends_on('py-pytest', type=('build', 'run'), when='@1.4.1:')
|
||||
|
||||
for arch in CudaPackage.cuda_arch_values:
|
||||
cuda_dep = "+cuda cuda_arch={0}".format(arch)
|
||||
depends_on("hiop {0}".format(cuda_dep), when=cuda_dep)
|
||||
|
|
Loading…
Reference in a new issue