From b38bb462fcf9dcf30156a8b64b6e03177258db58 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Mon, 19 Dec 2022 23:25:43 +0000 Subject: [PATCH] Add cppcoro for better coroutines prior to C++23 --- spack.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/spack.yaml b/spack.yaml index 355c7e8d7..52849ca52 100644 --- a/spack.yaml +++ b/spack.yaml @@ -49,6 +49,7 @@ spack: - stow@2.3.1 - tensorflow-lite@2.8.0 -xnnpack - xrootd@5.3.2 cxxstd=17 +python + - cppcoro@2021-01-13 concretizer: unify: true packages: -- GitLab