Skip to Content.
Sympa Menu

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

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 (831cf9523c3f45f811841656c667c3026729cbc5)
  • Date: Sat, 29 Nov 2025 06:57:36 +0000

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

audio-libs/openal-soft/DETAILS | 1 +
libs/openmpi/DETAILS | 9 ++++-----
libs/openmpi/HISTORY | 4 ++++
python-pypi/numpy/DETAILS | 1 +
4 files changed, 10 insertions(+), 5 deletions(-)

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

openmpi 5.0.9

commit 08fecfcbbad7a65de442bc94593afcc90d5f11b8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

openmpi: Remove VX variable

commit dbcafb968b7de4bb73946ac819ba49738ede4e27
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

openmpi: Add Watch line

commit 2fdc739a732632ce466f315c3d8aa1a6e27ac7cb
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

openal-soft: Add Watch line

commit 41fbd64dd1e2fcf302db0aa37cd6d18aac7db4fc
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

numpy: Add Watch line

diff --git a/audio-libs/openal-soft/DETAILS b/audio-libs/openal-soft/DETAILS
index e7b5c7c..42a103e 100755
--- a/audio-libs/openal-soft/DETAILS
+++ b/audio-libs/openal-soft/DETAILS
@@ -1,3 +1,4 @@
+# Watch: https://github.com/kcat/openal-soft/tags
source $GRIMOIRE/CMAKE_FUNCTIONS
SPELL=openal-soft
VERSION=1.24.3
diff --git a/libs/openmpi/DETAILS b/libs/openmpi/DETAILS
index 214bf92..eec5dd6 100755
--- a/libs/openmpi/DETAILS
+++ b/libs/openmpi/DETAILS
@@ -1,13 +1,12 @@
+# Watch: https://www.open-mpi.org/software/ompi/v5.0/ openmpi-([0-9.]+)\.tar
SPELL=openmpi
- VERSION=5.0.6
- PATCHLEVEL=1
+ VERSION=5.0.9
SECURITY_PATCH=1
-
SOURCE_HASH=sha512:097f7bb18d506b362f16d46df308b387e3173068ba8688739db756919453e1fe947c6d8c2e098481617d8c6bbecb8990002db42f284b1732a80ef3edaaa29f20
- VX=`echo $VERSION|cut -c-3`
+
SOURCE_HASH=sha512:d7f700d6f412c6ff6d2f0d71da6dff9c88039e4c0693ff4f68c9cf4e9705744c362ac7afa916c7d7c6389832a1c8b4681b567a8521df3abdab22c581157cc5d0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://www.open-mpi.org/
-
SOURCE_URL[0]=https://download.open-mpi.org/release/open-mpi/v${VX}/$SOURCE
+
SOURCE_URL[0]=https://download.open-mpi.org/release/open-mpi/v${VERSION%.*}/$SOURCE
LICENSE[0]=GPL
ENTERED=20090503
KEYWORDS=""
diff --git a/libs/openmpi/HISTORY b/libs/openmpi/HISTORY
index df6697a..c87a104 100644
--- a/libs/openmpi/HISTORY
+++ b/libs/openmpi/HISTORY
@@ -1,3 +1,7 @@
+2025-11-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: removed VX variable
+ updated spell to 5.0.9
+
2025-04-05 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: external hwloc, changed fortran switch
* DETAILS: ++PATCHLEVEL
diff --git a/python-pypi/numpy/DETAILS b/python-pypi/numpy/DETAILS
index 1f6c5c8..c4e412a 100755
--- a/python-pypi/numpy/DETAILS
+++ b/python-pypi/numpy/DETAILS
@@ -1,3 +1,4 @@
+# Watch: https://github.com/numpy/numpy/tags
SPELL=numpy
VERSION=1.26.4
SECURITY_PATCH=3


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (831cf9523c3f45f811841656c667c3026729cbc5), Ismael Luceno, 11/29/2025

Archive powered by MHonArc 2.6.24.

Top of Page