sirius: patch pugixml (#48841)

This commit is contained in:
Rocco Meli 2025-02-03 14:33:00 +01:00 committed by GitHub
parent 8579efcadf
commit 61b1586c51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,6 +165,11 @@ class Sirius(CMakePackage, CudaPackage, ROCmPackage):
conflicts("^spla@:1.5~openmp", when="+openmp") conflicts("^spla@:1.5~openmp", when="+openmp")
patch("libxc7.patch", when="@7.6:") patch("libxc7.patch", when="@7.6:")
patch(
"https://github.com/electronic-structure/SIRIUS/commit/dd07010f7b49f31b7e3bb1b4e47f3d9ac3a0c0b4.patch?full_index=1",
sha256="dd680f8c47a0fc29097cae5cd1e72dfdbcf95f93089f73fb3f2fe9e750125d6f",
when="@7.6.0:7.6.1 +pugixml",
)
depends_on("nlcglib", when="+nlcglib") depends_on("nlcglib", when="+nlcglib")
depends_on("nlcglib+rocm", when="+nlcglib+rocm") depends_on("nlcglib+rocm", when="+nlcglib+rocm")