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

updated system boost to 1.66 (Fedora29)

parent 5f7a14cb
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for oofem
## version file for boost
##
set ModulesVersion  "1.64.0-system"
set ModulesVersion  "1.66.0-system"
+6 −6
Original line number Diff line number Diff line
#%Module
#
# Boost 1.64.0 (System gcc-7.3.1)
# Boost 1.66.0 (System gcc-8.2.1)
#
#
set	version		1.64.0
set	version		1.66.0
proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment for Boost $version (System gcc-7.3.1, System python-2.7)\n"
        puts stderr "\tSets up the environment for Boost $version (System gcc-6.2.1, System python-2.7)\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. -gcc73-mt-1_64)"
        puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc62-mt-1_64)"
}

module-whatis   "sets up the environment for Boost $version (System gcc-7.3.1, System python-2.7)"
module-whatis   "sets up the environment for Boost $version (System gcc8.2.1, System python-2.7)"

conflict	boost

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

unset        pkghome

set MSG "Boost $version (System gcc-7.3.1, System python-2.7)"
set MSG "Boost $version (System gcc-8.2.1, System python-2.7)"
#source $env(MODULESHOME)/modincludes/info_logging.tcl