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

added comsol/research/6.0.0.318,

switched default for comsol/teaching to 5.6.0.401
parent 4f862ad9
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Comsol module for use with 'environment-modules' package:
#
set     version      "6.0.0.318"

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 (v60) Research "


conflict      comsol

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


set-alias     comsol              "$pkghome/bin/comsol"

unset         pkghome
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Comsol Teaching
##
set ModulesVersion  "5.4.4.388"
set ModulesVersion  "5.6.0.401"
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Comsol module for use with 'environment-modules' package:
#
set     version      "5.6.0.280"
set     version      "5.6.0.401"

proc ModulesHelp { } {
        global version