Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (50b23c4b6f5d111e4c7f981d6e788111a5ec0e0b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <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 Pavel Vinogradov (50b23c4b6f5d111e4c7f981d6e788111a5ec0e0b)
  • Date: Wed, 26 Aug 2026 20:50:22 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/llvm/DEPENDS | 3 ++-
devel/llvm/DETAILS | 6 +++++-
devel/llvm/HISTORY | 4 ++++
devel/llvm/SLOTS | 2 +-
devel/llvm/WATCH | 1 +
5 files changed, 13 insertions(+), 3 deletions(-)

New commits:
commit 50b23c4b6f5d111e4c7f981d6e788111a5ec0e0b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/llvm: version 23.1.0 for slot 0

diff --git a/devel/llvm/DEPENDS b/devel/llvm/DEPENDS
index 6cf7f76..2a03130 100755
--- a/devel/llvm/DEPENDS
+++ b/devel/llvm/DEPENDS
@@ -46,7 +46,8 @@ buildsys_optional_depends ocaml \
"Build bindings for OCaml?" \
&&

-if [[ $SLOT == 0 ]]; then
+if [[ $SLOT == 0 ]] ||
+ [[ $SLOT == 22 ]]; then
buildsys_optional_depends doxygen \
-o LLVM_ENABLE_DOXYGEN \
"Build documentation?"
diff --git a/devel/llvm/DETAILS b/devel/llvm/DETAILS
index 66b2a68..a8a4b54 100755
--- a/devel/llvm/DETAILS
+++ b/devel/llvm/DETAILS
@@ -1,7 +1,11 @@
SPELL=llvm
case "$SLOT" in
('') SLOT=0 ;&
- (0) VERSION=22.1.8
+ (0) VERSION=23.1.0
+ SPIRV_VERSION=23.1.0
+
SPIRV_HASH=sha512:86f76906d62baadce8050d46dcf0ccd8ff74e916edcdf62dcf4e5fa3245d23cff39ec1a1f21e9e853efc4090085040eb95cc86d266978d68a62d5fb9dc2b8766
+ ;;
+ (22) VERSION=22.1.8
SPIRV_VERSION=22.1.2

SPIRV_HASH=sha512:d224b29029dae66dac430834b927a0683e3e15fb555c2ba83764403b8cdc28bfcccbe8e9ec2e3d1854c9d32b02d0b8282a3d883441c7ce33c1fc5339c0a373f0
;;
diff --git a/devel/llvm/HISTORY b/devel/llvm/HISTORY
index 1c69bc8..25f9a51 100644
--- a/devel/llvm/HISTORY
+++ b/devel/llvm/HISTORY
@@ -1,3 +1,7 @@
+2026-08-26 Pavel Vinogradov <public AT sourcemage.org>
+ * SLOTS, DETAILS, WATCH slot 0 is 23.1.0 now,: added slot 22, version
22.1.8
+ * DEPENDS: slot 22 is offered doxygen too
+
2026-08-16 Ismael Luceno <ismael AT sourcemage.org>
* WATCH: added
* SLOTS, DETAILS, WATCH: added slot 21, version 21.1.8
diff --git a/devel/llvm/SLOTS b/devel/llvm/SLOTS
index d7bee5f..c1d0dc7 100644
--- a/devel/llvm/SLOTS
+++ b/devel/llvm/SLOTS
@@ -4,4 +4,4 @@
# are slots of their own, cast as llvm:21, llvm:20, llvm:16 and
# llvm:15, and install beside it under /opt/llvm<major>, which is where
# the spells the last three were made from wanted to go.
-0 21 20 16 15
+0 22 21 20 16 15
diff --git a/devel/llvm/WATCH b/devel/llvm/WATCH
index 0f5bcb4..810944a 100644
--- a/devel/llvm/WATCH
+++ b/devel/llvm/WATCH
@@ -5,6 +5,7 @@
# page for what follows the first tag of the major above them, since it
# only ever lists the newest tags.
0 . https://github.com/llvm/llvm-project/releases
/llvmorg-([0-9.]+)[.]tar
+22 ^22[.]
https://github.com/llvm/llvm-project/tags?after=llvmorg-23.1.0
/llvmorg-(22[.][0-9.]+)[.]tar
21 ^21[.]
https://github.com/llvm/llvm-project/tags?after=llvmorg-22.1.0
/llvmorg-(21[.][0-9.]+)[.]tar
20 ^20[.]
https://github.com/llvm/llvm-project/tags?after=llvmorg-21.1.0
/llvmorg-(20[.][0-9.]+)[.]tar
16 ^16[.]
https://github.com/llvm/llvm-project/tags?after=llvmorg-17.0.0
/llvmorg-(16[.][0-9.]+)[.]tar


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (50b23c4b6f5d111e4c7f981d6e788111a5ec0e0b), Pavel Vinogradov, 08/26/2026

Archive powered by MHonArc 2.6.24.

Top of Page