From c1683551c13675dfc043f662f2be8946bad6759b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 29 Jan 2026 17:11:34 +0100 Subject: [PATCH] build-recipes: download URL of Modules fixed --- CHANGELOG.md | 6 +++++- recipes/040-modules | 7 ++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8d951..18037af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ (#1360) * Don't pass an empty string as argument to configure/cmake. (#1356) + +### other changesg +* Download URL for Modules fixed. + (#1362) ## Version 2.0.3 @@ -54,7 +58,7 @@ ### other changes * shell profile for RPM added -Pmod + ## Version 2.0.2 Migragtion to GitHub: diff --git a/recipes/040-modules b/recipes/040-modules index b8e6aae..74d941d 100755 --- a/recipes/040-modules +++ b/recipes/040-modules @@ -4,13 +4,14 @@ # P=modules V=${MODULES_VERSION:-3.2.10.2} -FNAME="$P-$V.tar.gz" -DOWNLOAD_URL="https://amas.web.psi.ch/Downloads/$P/$P-$V.tar.bz2" +FNAME="$P-$V.tar.bz2" +#DOWNLOAD_URL="https://amas.web.psi.ch/Downloads/$P/$P-$V.tar.bz2" +DOWNLOAD_URL="https://github.com/Pmodules/download/raw/refs/heads/main/$P-$V.tar.bz2" source "$(dirname "$0")/librecipes.bash" cd "${SRC_DIR}" -make distclean +#make clean #--- # configure