do not use device_alloc (#37147)
This commit is contained in:
parent
7df2865dce
commit
d8169ba440
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user