Loading matlab/.version 0 → 100644 +5 −0 Original line number Diff line number Diff line #%Module1.0##################################################################### ## ## version file for Matlab Campus ## set ModulesVersion "2024b" matlab/2024b 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 "2024b" 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 Loading
matlab/.version 0 → 100644 +5 −0 Original line number Diff line number Diff line #%Module1.0##################################################################### ## ## version file for Matlab Campus ## set ModulesVersion "2024b"
matlab/2024b 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 "2024b" 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