Commit 804d593d authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

added new matlab/2025b,

updated petsc version to 3.22.3 for system (fc42)
parent d348d262
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Matlab Campus
##
set ModulesVersion  "2024b"
set ModulesVersion  "2025b"

matlab/2025b

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      "2025b"

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
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for PetSc Library
##
set ModulesVersion  "3.7.6a-lite"
set ModulesVersion  "3.22.3-system"
+0 −0

File moved.

+0 −0

File moved.