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

rebuild for Fedora 32

parent a7e2d901
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
#%Module
#
# Boost 1.69.0 (System gcc-9.1.1)
# Boost 1.69.0 (System gcc-10.1.1)
#
#
set	version		1.69.0
proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment for Boost $version (System gcc-9.1.1, System python-2.7)\n"
        puts stderr "\tSets up the environment for Boost $version (System gcc-10.1.1, System python-3.8)\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_64)"
        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 gcc9.1.1, System python-2.7)"
module-whatis   "sets up the environment for Boost $version (System gcc10.1.1, System python-3.8)"

conflict	boost

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

unset        pkghome

set MSG "Boost $version (System gcc-9.1.1, System python-2.7)"
set MSG "Boost $version (System gcc-10.1.1, System python-3.8)"
#source $env(MODULESHOME)/modincludes/info_logging.tcl
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Google C++ testing framework
##
set ModulesVersion  "googletest-1.8.1-system"
set ModulesVersion  "googletest-1.10.0-system"
+5 −5
Original line number Diff line number Diff line
#%Module
#
# Google Test  (System gcc-9.1.1)
# Google Test  (System gcc-10.1.1)
#

set	version		1.8.1
set	version		1.10.0

proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment for Google Test $version (System gcc-9.1.1)\n"
        puts stderr "\tSets up the environment for Google Test $version (System gcc-10.1.1)\n"
        puts stderr "\t- GTEST_VERSION"
        puts stderr "\t- GTEST_ROOT"
	puts stderr "\t- GTEST_BASE"
@@ -18,7 +18,7 @@ proc ModulesHelp { } {
        puts stderr "\t- LD_LIBRARY_PATH\n"
}

module-whatis   "sets up the environment for Google Test $version (System gcc-9.1.1)"
module-whatis   "sets up the environment for Google Test $version (System gcc-10.1.1)"

set          pkghome          /usr

@@ -36,5 +36,5 @@ prepend-path LD_RUN_PATH $pkghome/lib

unset        pkghome

set MSG "Google Test $version (System gcc-9.1.1)"
set MSG "Google Test $version (System gcc-10.1.1)"
#source $env(MODULESHOME)/modincludes/info_logging.tcl
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for HDF5 Libraries
##
set ModulesVersion  "1.8.20-system"
set ModulesVersion  "1.10.5-system"
+4 −4
Original line number Diff line number Diff line
#%Module
#
# HDF5 with GCC 8.2.1 compiler (no MPI)
# HDF5 with GCC 10.1.1 compiler (no MPI)
#
set    version         1.8.20
set    version         1.10.5
proc ModulesHelp { } {
        global version
        puts stderr "\tSets up the environment variables for system HDF5 ( GCC 8.2.1, NO MPI )\n"
        puts stderr "\tSets up the environment variables for system HDF5 ( GCC 10.1.1, NO MPI )\n"
        puts stderr "\t- HDF5_BASE"
        puts stderr "\t- HDF5_LIBDIR"
        puts stderr "\t- HDF5_LIB"
@@ -17,7 +17,7 @@ proc ModulesHelp { } {
        puts stderr "\t- PATH\n"
}

module-whatis   "sets up the environment variables for system HDF5 $version ( GCC 8.2.1, NO MPI )\n"
module-whatis   "sets up the environment variables for system HDF5 $version ( GCC 10.1.1, NO MPI )\n"


conflict       hdf5
Loading