Commit 7d158187 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

added Comsol 6.0.0 for Teaching,

some cleanup (last ~F34)
parent 0dd854c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for boost
##
set ModulesVersion  "1.69.0-system"
set ModulesVersion  "1.75.0-system"
+4 −4
Original line number Diff line number Diff line
#%Module
#
# Boost 1.69.0 (System gcc-10.1.1)
# Boost 1.75.0 (System gcc-11.3.1)
#
#
set  version    1.69.0
set  version    1.75.0
proc ModulesHelp { } {
  global version
        puts stderr "\tSets up the environment for Boost $version (System gcc-10.1.1, System python-3.8)\n"
        puts stderr "\tSets up the environment for Boost $version (System gcc-11.3.1, System python-3.9)\n"
        puts stderr "\t- PATH"
        puts stderr "\t- BOOST_ROOT"
        puts stderr "\t- BOOST_INCDIR"
@@ -18,7 +18,7 @@ proc ModulesHelp { } {
        puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc82-mt-1_69)"
}

module-whatis   "sets up the environment for Boost $version (System gcc10.1.1, System python-3.8)"
module-whatis   "sets up the environment for Boost $version (Systemgcc-11.3.1, System python-3.9)"

conflict      boost

+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Comsol Research
##
set ModulesVersion  "5.4.4.388"
set ModulesVersion  "5.6.0.280"

comsol/research/5.4.2.295

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.4.2.295"

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 (v54au2) 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.6.0.401"
set ModulesVersion  "6.0.2.405"
Loading