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

[+] added comsol 5.2a (with update)

parent 4be6c082
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Comsol module for use with 'environment-modules' package:
#
set     version      "5.1.0.234"
set     version      "5.2.1.199"

proc ModulesHelp { } {
        global version
@@ -12,7 +12,7 @@ proc ModulesHelp { } {
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates  Comsol v$version Teaching "
module-whatis   "activates  Comsol v$version (v52au1) Research "



@@ -20,8 +20,7 @@ conflict comsol

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

append                  pkghome         _research

set-alias		comsol		$pkghome/bin/comsol

+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Comsol Teaching
##
set ModulesVersion  "5.2.0.166"
set ModulesVersion  "5.2.1.199"
+28 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Comsol module for use with 'environment-modules' package:
#
set     version      "5.2.1.199"

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 (v52au1) Teaching "



conflict		comsol

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


set-alias		comsol		$pkghome/bin/comsol

unset			pkghome
 No newline at end of file