From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: Romain Naour <romain.naour@gmail.com>,
Valentin Korenblit <valentinkorenblit@gmail.com>,
Daniel Lang <dalang@gmx.at>,
Eric Le Bihan <eric.le.bihan.dev@free.fr>,
"Yann E . MORIN" <yann.morin.1998@free.fr>
Subject: [Buildroot] [PATCH 2/6] package/llvm-project/libclc: add host variant
Date: Thu, 31 Oct 2024 21:04:57 +0100 [thread overview]
Message-ID: <20241031200501.1107802-2-bernd@kuhls.net> (raw)
In-Reply-To: <20241031200501.1107802-1-bernd@kuhls.net>
Needed for mesa3d bump to 24.1.0.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/llvm-project/libclc/libclc.mk | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/package/llvm-project/libclc/libclc.mk b/package/llvm-project/libclc/libclc.mk
index 9f303d6d2f..cfa978a8ac 100644
--- a/package/llvm-project/libclc/libclc.mk
+++ b/package/llvm-project/libclc/libclc.mk
@@ -11,6 +11,7 @@ LIBCLC_LICENSE = Apache-2.0 with exceptions or MIT
LIBCLC_LICENSE_FILES = LICENSE.TXT
LIBCLC_DEPENDENCIES = host-clang host-llvm host-spirv-llvm-translator
+HOST_LIBCLC_DEPENDENCIES = host-clang host-llvm host-spirv-llvm-translator
LIBCLC_INSTALL_STAGING = YES
# CMAKE_*_COMPILER_FORCED=ON skips testing the tools and assumes
@@ -39,4 +40,8 @@ LIBCLC_CONF_OPTS = \
-DCMAKE_CXX_COMPILER="$(CMAKE_HOST_CXX_COMPILER)" \
-DLLVM_CONFIG="$(HOST_DIR)/bin/llvm-config"
+HOST_LIBCLC_CONF_OPTS = \
+ -DLIBCLC_TARGETS_TO_BUILD=spirv64-mesa3d-
+
$(eval $(cmake-package))
+$(eval $(host-cmake-package))
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-10-31 20:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-31 20:04 [Buildroot] [PATCH 1/6] package/libdrm: add host variant Bernd Kuhls
2024-10-31 20:04 ` Bernd Kuhls [this message]
2024-10-31 20:04 ` [Buildroot] [PATCH 3/6] package/spirv-llvm-translator: add target variant to provide LLVMSPIRVLib Bernd Kuhls
2024-10-31 20:04 ` [Buildroot] [PATCH 4/6] package/spirv-tools: add host variant Bernd Kuhls
2024-10-31 20:05 ` [Buildroot] [PATCH 5/6] package/{mesa3d, mesa3d-headers}: bump version to 24.2.6 Bernd Kuhls
2024-11-01 16:45 ` Julien Olivain
[not found] ` <b9cea79ecd32e7990b7f9a37bab50908__2814.68966729648$1730479554$gmane$org@free.fr>
2024-11-01 19:00 ` Bernd Kuhls
2024-10-31 20:05 ` [Buildroot] [PATCH 6/6] package/mesa3d: add option to enable VIRTIO vulkan driver Bernd Kuhls
-- strict thread matches above, loose matches on Subject: below --
2025-01-18 8:38 [Buildroot] [PATCH 1/6] package/libdrm: add host variant Bernd Kuhls
2025-01-18 8:38 ` [Buildroot] [PATCH 2/6] package/llvm-project/libclc: " Bernd Kuhls
2024-12-29 17:49 [Buildroot] [PATCH 1/6] package/libdrm: " Bernd Kuhls
2024-12-29 17:49 ` [Buildroot] [PATCH 2/6] package/llvm-project/libclc: " Bernd Kuhls
2024-11-01 22:54 [Buildroot] [PATCH 1/6] package/libdrm: " Bernd Kuhls
2024-11-01 22:54 ` [Buildroot] [PATCH 2/6] package/llvm-project/libclc: " Bernd Kuhls
2024-11-01 18:57 [Buildroot] [PATCH 1/6] package/libdrm: " Bernd Kuhls
2024-11-01 18:57 ` [Buildroot] [PATCH 2/6] package/llvm-project/libclc: " Bernd Kuhls
2024-10-26 11:18 [Buildroot] [PATCH 1/6] package/libdrm: " Bernd Kuhls
2024-10-26 11:18 ` [Buildroot] [PATCH 2/6] package/llvm-project/libclc: " Bernd Kuhls
2024-09-22 19:37 [Buildroot] [PATCH 1/6] package/libdrm: " Bernd Kuhls
2024-09-22 19:37 ` [Buildroot] [PATCH 2/6] package/llvm-project/libclc: " Bernd Kuhls
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=20241031200501.1107802-2-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=dalang@gmx.at \
--cc=eric.le.bihan.dev@free.fr \
--cc=romain.naour@gmail.com \
--cc=valentinkorenblit@gmail.com \
--cc=yann.morin.1998@free.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox