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

cleaning up old Comsol versions

parent 2eca735f
Loading
Loading
Loading
Loading

comsol/research/5.2.0.166

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
#%Module 1.0
#
#  Comsol module for use with 'environment-modules' package:
#
set     version      "5.2.0.166"

proc ModulesHelp { } {
        global version

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

module-whatis   "activates  Comsol v$version Research "



conflict		comsol

set                     pkghome         /opt/apps/comsol/comsol
append                  pkghome         $version
append                  pkghome         _research

set-alias		comsol		$pkghome/bin/comsol

unset			pkghome
 No newline at end of file