Commit 99f7439a authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

added mathematica/13.0

parent 62428ed2
Loading
Loading
Loading
Loading

mathematica/13.0

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.0"

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