Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a43cae48f4d50ff70e32d6b26ea3aebeb46575c4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a43cae48f4d50ff70e32d6b26ea3aebeb46575c4)
  • Date: Sun, 26 Jan 2025 03:07:50 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

graphics-libs/mesa/DEPENDS | 1 +
graphics-libs/mesa/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit a43cae48f4d50ff70e32d6b26ea3aebeb46575c4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

mesa: Add llvm[LIBCLC] dependecy

diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index e873bf9..5b68ec5 100755
--- a/graphics-libs/mesa/DEPENDS
+++ b/graphics-libs/mesa/DEPENDS
@@ -90,6 +90,7 @@ else
fi &&

if is_depends_enabled "$SPELL" llvm ;then
+ sub_depends llvm LIBCLC &&
config_query_multi MESA_LIBCLC_STATIC_LINK "Which libclc SPIR-V targets to
link statically?" \
none \
all \
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 002c8132..c58a7a9 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2025-01-26 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: added llvm[LIBCLC]
+
2025-01-26 Justin Boffemmyer <flux AT sourcemage.org>
* PRE_INSTALL: quote filesystem paths
* PRE_SUB_DEPENDS,SUB_DEPENDS: update to match CONFIGURE


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (a43cae48f4d50ff70e32d6b26ea3aebeb46575c4), Ismael Luceno, 01/25/2025

Archive powered by MHonArc 2.6.24.

Top of Page