mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-28 18:29:39 +02:00
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:
+5
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user