dla-future: add a patch (#41409)

* using std::int64_t needs include cstdint in gcc-13

Co-authored-by: Mikael Simberg <mikael.simberg@iki.fi>
This commit is contained in:
yizeyi18 2023-12-06 23:55:40 +08:00 committed by GitHub
parent 013f0d3a13
commit 03ae2eb223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,12 @@ class DlaFuture(CMakePackage, CudaPackage, ROCmPackage):
depends_on("pika cuda_arch={0}".format(val), when="cuda_arch={0}".format(val))
depends_on("umpire cuda_arch={0}".format(val), when="cuda_arch={0}".format(val))
patch(
"https://github.com/eth-cscs/DLA-Future/pull/1063/commits/efc9c176a7a8c512b3f37d079dec8c25ac1b7389.patch?full_index=1",
sha256="7f382c872d89f22da1ad499e85ffe9881cc7404c8465e42877a210a09382e2ea",
when="@:0.3 %gcc@13:",
)
def cmake_args(self):
spec = self.spec
args = []