Skip to Content.
Sympa Menu

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

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 (400051a5813b2546265317395cda9a46efee7220)
  • Date: Mon, 9 Jun 2025 05:06:09 +0000

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

libs/hwloc/DETAILS | 2 +-
libs/hwloc/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

hwloc: Fix SOURCE_URL

diff --git a/libs/hwloc/DETAILS b/libs/hwloc/DETAILS
index cb9b92d..b46fe43 100755
--- a/libs/hwloc/DETAILS
+++ b/libs/hwloc/DETAILS
@@ -2,7 +2,7 @@
VERSION=2.11.2

SOURCE_HASH=sha512:488bfdeb32d2b98cffc43a537e87422d70abcc2bc029e4b5c911fc3e37189a9213dc8efd5552e2fda0d2b03d4ec25ebd45e0680dd129da046798750c5f5eb72f
SOURCE=$SPELL-$VERSION.tar.bz2
-
SOURCE_URL[0]=https://download.open-mpi.org/release/hwloc/v$VERSION%.?}/$SOURCE
+
SOURCE_URL[0]=https://download.open-mpi.org/release/hwloc/v${VERSION%.?}/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://www.open-mpi.org/projects/hwloc/
LICENSE[0]=BSD
diff --git a/libs/hwloc/HISTORY b/libs/hwloc/HISTORY
index f657432..a530022 100644
--- a/libs/hwloc/HISTORY
+++ b/libs/hwloc/HISTORY
@@ -1,3 +1,6 @@
+2025-06-09 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: fixed SOURCE_URL[0]
+
2025-01-06 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.11.2
spell created


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

Archive powered by MHonArc 2.6.24.

Top of Page