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

updated system-libs to f41 versions,

new comsol 6.3u2,
new trilinos-16.1
parent 3dafab5e
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.76.0-system"
set ModulesVersion  "1.83.0-system"
+4 −4
Original line number Diff line number Diff line
#%Module
#
# Boost 1.75.0 (System gcc-12.1.1)
# Boost 1.76.0 (System gcc-14.3.1)
#
#
set  version    1.76.0
proc ModulesHelp { } {
  global version
        puts stderr "\tSets up the environment for Boost $version (System gcc-12.1.1, System python-3.10)\n"
        puts stderr "\tSets up the environment for Boost $version (System gcc-14.3.1, System python-3.10)\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_76)"
}

module-whatis   "sets up the environment for Boost $version (Systemgcc-12.1.1, System python-3.10)"
module-whatis   "sets up the environment for Boost $version (Systemgcc-14.3.1, System python-3.10)"

conflict      boost

@@ -38,5 +38,5 @@ setenv BOOST_tags ""

unset        pkghome

set MSG "Boost $version (System gcc-12.1.1, System python-3.10)"
set MSG "Boost $version (System gcc-14.3.1, System python-3.13)"
#source $env(MODULESHOME)/modincludes/info_logging.tcl
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Comsol Research
##
set ModulesVersion  "6.2.3.415"
set ModulesVersion  "6.3.0.290"
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Comsol module for use with 'environment-modules' package:
#
set     version      "6.2.0.290"
set     version      "6.3.2.420"

proc ModulesHelp { } {
        global version
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Comsol Teaching
##
set ModulesVersion  "6.2.0.290"
set ModulesVersion  "6.3.0.290"
Loading