From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: Sebastian Weyer <sebastian.weyer@smile.fr>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/spirv-headers: needs C++
Date: Sat, 28 Oct 2023 22:45:32 +0200 [thread overview]
Message-ID: <20231028204532.GI2582@scaer> (raw)
In-Reply-To: <20231028151445.10334-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2023-10-28 17:14 +0200, Fabrice Fontaine spake thusly:
> Fix the following build failure raised since the addition of the package
> in commit 0a01085abeb7d8a097cb68b9f7f4faec7711543c:
>
> CMake Error at /home/buildroot/autobuild/instance-3/output-1/host/share/cmake-3.27/Modules/CMakeTestCXXCompiler.cmake:60 (message):
> The C++ compiler
>
> "/usr/bin/c++"
>
> is not able to compile a simple test program.
>
> Fixes:
> - http://autobuild.buildroot.org/results/4b94edf6dee03e74ff53939aa228069cc6ba4292
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/spirv-headers/Config.in | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/spirv-headers/Config.in b/package/spirv-headers/Config.in
> index fd20f301d4..e03a6ca1ee 100644
> --- a/package/spirv-headers/Config.in
> +++ b/package/spirv-headers/Config.in
> @@ -1,6 +1,10 @@
> config BR2_PACKAGE_SPIRV_HEADERS
> bool "spirv-headers"
> + depends on BR2_INSTALL_LIBSTDCPP
spirv-headers are selected by spirv-tools, so the dependency must be
propagated there.
Applied to master with the above fixed, thanks.
Regards,
Yann E. MORIN.
> help
> Machine-readable files for the SPIR-V Registry
>
> https://www.khronos.org/registry/spir-v
> +
> +comment "spirv-headers needs a toolchain w/ C++"
> + depends on !BR2_INSTALL_LIBSTDCPP
> --
> 2.42.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2023-10-28 20:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-28 15:14 [Buildroot] [PATCH 1/1] package/spirv-headers: needs C++ Fabrice Fontaine
2023-10-28 20:45 ` Yann E. MORIN [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231028204532.GI2582@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
--cc=sebastian.weyer@smile.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.