Skip to Content.
Sympa Menu

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

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 (b6c623cc74e79f236ad512461e53c0348a68f4d1)
  • Date: Sun, 22 Jun 2025 01:48:33 +0000

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

devel/llvm/DEPENDS | 3 ++-
devel/llvm/HISTORY | 3 +++
2 files changed, 5 insertions(+), 1 deletion(-)

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

llvm: Depends on gcc >= 15.1

diff --git a/devel/llvm/DEPENDS b/devel/llvm/DEPENDS
index 0f2eb9d..f43af0c 100755
--- a/devel/llvm/DEPENDS
+++ b/devel/llvm/DEPENDS
@@ -1,3 +1,4 @@
+. "$GRIMOIRE/VDEPENDS" &&
. "$GRIMOIRE/CMAKE_DEPENDS" &&
. "$GRIMOIRE/build_system_handler.function" &&

@@ -14,7 +15,7 @@ buildsys_depends python3 &&
buildsys_depends mako &&

if [ x"$LLVM_TOOLCHAIN_COMPILER"x = x"gcc"x ] ;then
- buildsys_depends -sub CXX gcc
+ vdepends <<< 'gcc[CXX] >= 15.1.0'
fi &&

if [[ "$LLVM_WITH_ANALYZER" == "y" ]] ;then
diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index d3f928d..8bb5593 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,3 +1,6 @@
+2025-06-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: needs gcc >= 15.1.0 to build
+
2025-05-11 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: removed CMAKE_LINKER_TYPE=SYSTEM



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (b6c623cc74e79f236ad512461e53c0348a68f4d1), Ismael Luceno, 06/21/2025

Archive powered by MHonArc 2.6.24.

Top of Page