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

boost version updated to 1.63

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

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

conflict	boost

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

unset        pkghome

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