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:
parent
013f0d3a13
commit
03ae2eb223
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user