Commit 0584d47a authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

add Matlab 2018b

parent c9260172
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Matlab Teaching
##
set ModulesVersion  "2018a"
set ModulesVersion  "2018b"

matlab/teaching/2018b

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

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 Teaching"



conflict		matlab

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

set-alias		matlab		$pkghome/bin/matlab

unset			pkghome