Commit 8f2605d4 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

added Matlab versions 2021a, removed some old versions

parent 008509a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Matlab Research
##
set ModulesVersion  "2020b"
set ModulesVersion  "2021a"

matlab/research/2018a

deleted100644 → 0
+0 −26
Original line number Diff line number Diff line
#%Module 1.0
#
#  Matlab module for use with 'environment-modules' package:
#
set     version      "2018a"

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'Matlab' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates  Matlab v$version Research"


conflict      matlab

set           pkghome             /opt/apps/matlab/
append        pkghome             r$version
append        pkghome             _research

set-alias     matlab              $pkghome/bin/matlab

unset         pkghome
+3 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Matlab module for use with 'environment-modules' package:
#
set     version      "2017a"
set     version      "2021a"

proc ModulesHelp { } {
        global version
@@ -23,4 +23,6 @@ append pkghome _research

set-alias     matlab              $pkghome/bin/matlab

#setenv        GTK_PATH            /usr/lib64/gtk-2.0/

unset         pkghome
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Matlab Teaching
##
set ModulesVersion  "2020b"
set ModulesVersion  "2021a"
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Matlab module for use with 'environment-modules' package:
#
set     version      "2019a"
set     version      "2021a"

proc ModulesHelp { } {
        global version
@@ -23,6 +23,6 @@ append pkghome _teaching

set-alias     matlab              $pkghome/bin/matlab

setenv        GTK_PATH            /usr/lib64/gtk-2.0/
#setenv        GTK_PATH            /usr/lib64/gtk-2.0/

unset         pkghome