[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54239] [PATCH v2 2/5] gnu: Add cross-clang.
From: |
Maxime Devos |
Subject: |
[bug#54239] [PATCH v2 2/5] gnu: Add cross-clang. |
Date: |
Fri, 04 Mar 2022 20:53:10 +0100 |
User-agent: |
Evolution 3.38.3-1 |
Julien Lepiller schreef op vr 04-03-2022 om 10:59 [+0100]:
> + ((#:configure-flags _)
> + `(list "-DCLANG_INCLUDE_TESTS=True"
This is a bit fragile. If the definition of the 'clang' package mad
the #:configure-flags a gexp, then this would fail because of the
'sexp->gexp' optimisation in 'cmake-build-system'. As such, I
recommend #~(list "-DCLANG_INCLUDE_TESTS=True" ...) here instead of
sexp quasiquoting.
Greetings,
Maxime.
signature.asc
Description: This is a digitally signed message part
- [bug#54239] [PATCH 2/5] gnu: Add cross-clang., (continued)
- [bug#54239] [PATCH] gnu: Add cross-clang., Pierre Langlois, 2022/03/03
- [bug#54239] [PATCH v2 1/5] gnu: Add cross-llvm., Julien Lepiller, 2022/03/04
- [bug#54239] [PATCH v2 5/5] gnu: Add libcxxabi-9., Julien Lepiller, 2022/03/04
- [bug#54239] [PATCH v2 3/5] gnu: libcxx: Allow cross-compilation., Julien Lepiller, 2022/03/04
- [bug#54239] [PATCH v2 4/5] gnu: libcxxabi-6: Allow cross-compilation., Julien Lepiller, 2022/03/04
- [bug#54239] [PATCH v2 1/5] gnu: Add cross-llvm., Pierre Langlois, 2022/03/04