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

cleanup old versions from mathematica and paraview

parent b3ee38e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Mathematica
##
set ModulesVersion  "13.0"
set ModulesVersion  "14.0"

mathematica/13.3.1

0 → 100644
+23 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Mathematica module for use with 'environment-modules' package:
#
set     version      "13.3.1"

proc ModulesHelp { } {
        global version

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

module-whatis   "activates  Mathematica $version "

conflict		mathematica

set                     pkghome         /opt/apps/mathematica/
append                  pkghome         $version
prepend-path            PATH            $pkghome-bin

unset			pkghome
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Mathematica module for use with 'environment-modules' package:
#
set     version      "13.0"
set     version      "14.0"

proc ModulesHelp { } {
        global version
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Paraview
##
set ModulesVersion  "5.10.0-system"
set ModulesVersion  "5.11.1-system"
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Paraview module for use with 'environment-modules' package:
#
set     version      "5.10.0"
set     version      "5.11.1"

proc ModulesHelp { } {
        global version
Loading