mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-13 00:20:51 +02:00
update BASH, Tcl and Lmod to current versions
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
#
|
||||
|
||||
declare -rx VERSION='1.1.23'
|
||||
declare -rx BASH5_VERSION='5.2.32'
|
||||
declare -rx TCL_VERSION='8.6.14'
|
||||
declare -rx BASH5_VERSION='5.2.37'
|
||||
declare -rx TCL_VERSION='8.6.16'
|
||||
declare -rx TCLLIB_VERSION='1.21'
|
||||
declare -rx MODULES_VERSION='3.2.10.2'
|
||||
declare -rx LMOD_VERSION='8.7'
|
||||
declare -rx LMOD_VERSION='8.7.56'
|
||||
|
||||
# for macOS only
|
||||
declare -rx GETOPT_VERSION='1.1.6'
|
||||
|
||||
+3
-4
@@ -2,11 +2,10 @@
|
||||
#
|
||||
# https://
|
||||
#
|
||||
P=lmod
|
||||
V=${LMOD_VERSION:-8.7}
|
||||
P=Lmod
|
||||
V=${LMOD_VERSION:-8.7.56}
|
||||
FNAME="$P-$V.tar.gz"
|
||||
DOWNLOAD_URL="https://sourceforge.net/projects/lmod/files/Lmod-$V.tar.bz2/download"
|
||||
|
||||
DOWNLOAD_URL="https://github.com/TACC/Lmod/archive/refs/tags/8.7.56.tar.gz"
|
||||
source "$(dirname "$0")/librecipes.bash"
|
||||
|
||||
#---
|
||||
|
||||
Reference in New Issue
Block a user