Merge pull request #1363 from Pmodules/1362-build-recipes-fix-download-url-and-compilation-of-modules

build-recipes: download URL of Modules fixed
This commit is contained in:
2026-01-29 17:12:35 +01:00
committed by GitHub
2 changed files with 9 additions and 4 deletions
+5 -1
View File
@@ -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:
+4 -3
View File
@@ -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