summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryizeyi18 <119801373+yizeyi18@users.noreply.github.com>2023-12-06 23:55:40 +0800
committerGitHub <noreply@github.com>2023-12-06 16:55:40 +0100
commit03ae2eb22314bea8f6440f8c6e279232fd30a382 (patch)
treea90126ffb60650eff1ce1e2b46bdbc3a61793a52
parent013f0d3a13b4996fbfac17d0d02999ef0c248ffd (diff)
downloadspack-03ae2eb22314bea8f6440f8c6e279232fd30a382.tar.gz
spack-03ae2eb22314bea8f6440f8c6e279232fd30a382.tar.bz2
spack-03ae2eb22314bea8f6440f8c6e279232fd30a382.tar.xz
spack-03ae2eb22314bea8f6440f8c6e279232fd30a382.zip
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>
-rw-r--r--var/spack/repos/builtin/packages/dla-future/package.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/dla-future/package.py b/var/spack/repos/builtin/packages/dla-future/package.py
index 5e90ac112e..1078b44ddf 100644
--- a/var/spack/repos/builtin/packages/dla-future/package.py
+++ b/var/spack/repos/builtin/packages/dla-future/package.py
@@ -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 = []