From d8169ba440c93a3939f43f580b0ea39054c552e1 Mon Sep 17 00:00:00 2001 From: Anton Kozhevnikov Date: Mon, 24 Apr 2023 17:34:35 +0200 Subject: do not use device_alloc (#37147) --- var/spack/repos/builtin/packages/sirius/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/sirius/package.py b/var/spack/repos/builtin/packages/sirius/package.py index b38de15593..41dbdf9703 100644 --- a/var/spack/repos/builtin/packages/sirius/package.py +++ b/var/spack/repos/builtin/packages/sirius/package.py @@ -234,8 +234,8 @@ class Sirius(CMakePackage, CudaPackage, ROCmPackage): with when("@7.5: +memory_pool"): depends_on("umpire") - depends_on("umpire+cuda", when="+cuda") - depends_on("umpire+rocm", when="+rocm") + depends_on("umpire+cuda~device_alloc", when="+cuda") + depends_on("umpire+rocm~device_alloc", when="+rocm") patch("strip-spglib-include-subfolder.patch", when="@6.1.5") patch("link-libraries-fortran.patch", when="@6.1.5") -- cgit v1.2.3-70-g09d2