Commit 4be6c082 authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[-] removed old Mathematica

parent c9ad28fb
Loading
Loading
Loading
Loading

mathematica/10.3.0

deleted100644 → 0
+0 −23
Original line number Diff line number Diff line
#%Module 1.0
#
#  Mathematica module for use with 'environment-modules' package:
#
set     version      "10.3.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