From 06e63892584a72ecc983498d8ef4447fc1f15aba Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 12 Dec 2022 15:16:40 +0100 Subject: stdexec: skip build phase (#34425) Since it's a header-only library there's nothing to build. However, the default targets include tests and examples and there's no option to turn them off during configuration time. --- var/spack/repos/builtin/packages/stdexec/package.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/var/spack/repos/builtin/packages/stdexec/package.py b/var/spack/repos/builtin/packages/stdexec/package.py index 532dfcb190..dc92c14e8b 100644 --- a/var/spack/repos/builtin/packages/stdexec/package.py +++ b/var/spack/repos/builtin/packages/stdexec/package.py @@ -19,3 +19,6 @@ class Stdexec(CMakePackage): conflicts("%gcc@:10") conflicts("%clang@:13") + + def build(self, spec, prefix): + pass -- cgit v1.2.3-60-g2f50