do not use device_alloc (#37147)

This commit is contained in:
Anton Kozhevnikov 2023-04-24 17:34:35 +02:00 committed by GitHub
parent 7df2865dce
commit d8169ba440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")