Commit d348d262 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

fixing comsol/teaching 6.3u2,

added new matlab/2025a1
parent 4d2b1b1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Comsol module for use with 'environment-modules' package:
#
set     version      "6.3.0.420"
set     version      "6.3.2.420"

proc ModulesHelp { } {
        global version

matlab/2025a1

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

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


conflict      matlab

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

set-alias     matlab              $pkghome/bin/matlab
prepend-path  PATH                $pkghome/bin

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

unset         pkghome