Commit 9b32a073 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

updated for Fedora 36 system libraries

parent 260e464e
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.75.0-system"
set ModulesVersion  "1.76.0-system"
+6 −6
Original line number Diff line number Diff line
#%Module
#
# Boost 1.75.0 (System gcc-11.3.1)
# Boost 1.75.0 (System gcc-12.1.1)
#
#
set  version    1.75.0
set  version    1.76.0
proc ModulesHelp { } {
  global version
        puts stderr "\tSets up the environment for Boost $version (System gcc-11.3.1, System python-3.9)\n"
        puts stderr "\tSets up the environment for Boost $version (System gcc-12.1.1, System python-3.10)\n"
        puts stderr "\t- PATH"
        puts stderr "\t- BOOST_ROOT"
        puts stderr "\t- BOOST_INCDIR"
@@ -15,10 +15,10 @@ proc ModulesHelp { } {
        puts stderr "\t- BOOST_LIBRARYDIR"
        puts stderr "\t- LD_LIBRARY_PATH\n"
        puts stderr "\t- LD_RUN_PATH\n"
        puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc82-mt-1_69)"
        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-11.3.1, System python-3.9)"
module-whatis   "sets up the environment for Boost $version (Systemgcc-12.1.1, System python-3.10)"

conflict      boost

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

unset        pkghome

set MSG "Boost $version (System gcc-10.1.1, System python-3.8)"
set MSG "Boost $version (System gcc-12.1.1, System python-3.10)"
#source $env(MODULESHOME)/modincludes/info_logging.tcl
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Eigen3 Libraries
##
set ModulesVersion  "3.3.7-system"
set ModulesVersion  "3.4.0-system"
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# Eigen3
#

set     version         3.3.9
set     version         3.4.0

proc ModulesHelp { } {
  global version
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for FFTW Libraries
##
set ModulesVersion  "3.3.8-system"
set ModulesVersion  "3.3.10-system"
Loading