Commit 8a187dad authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[+] added Mathematica 11.1.0

parent c8efbccd
Loading
Loading
Loading
Loading

mathematica/.version

0 → 100644
+5 −0
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for Mathematica
##
set ModulesVersion  "11.1.0"
 No newline at end of file

mathematica/11.1.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      "11.1.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
 No newline at end of file