Commit 0467c9d5 authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[*] boost version updated to Fedora 24

[*] paraview version fixed for Fedora 24
parent 4974a9dc
Loading
Loading
Loading
Loading

boost/.version

0 → 100644
+6 −0
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for oofem
##
set ModulesVersion  "1.60.0-system"
+5 −6
Original line number Diff line number Diff line
#%Module
#
# Boost 1.58.0 (System gcc-5.3)
# Boost 1.60.0 (System gcc-6.2.1)
#
# How to compile boost-python tutorial files: http://stackoverflow.com/questions/1569490/how-can-i-build-the-boost-python-example-on-ubuntu-9-10
#
set	version		1.58.0
set	version		1.60.0
proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment for Boost $version (System gcc-5.3, 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"
@@ -19,7 +18,7 @@ proc ModulesHelp { } {
        puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc53-mt-1_58)"
}

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

conflict	boost

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

unset        pkghome

set MSG "Boost $version (System gcc-5.1, System python-2.7)"
set MSG "Boost $version (System gcc-6.2.1, System python-2.7)"
#source $env(MODULESHOME)/modincludes/info_logging.tcl
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Paraview
##
set ModulesVersion  "5.0.0"
set ModulesVersion  "5.1.2-system"

paraview/5.0.0

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
#%Module 1.0
#
#  Paraview module for use with 'environment-modules' package:
#
set     version      "5.0.0"

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'Paraview Binary' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "Activates the binary version from Kitware of Paraview $version"



conflict		paraview

set 			pkghome		/opt/apps/paraview/5.0.0-Qt4-OpenGL2-MPI-Linux-64bit

setenv			PARAVIEW_LIBDIR	$pkghome/lib
setenv			PARAVIEW_BASE   $pkghome

prepend-path            PATH            $pkghome/bin

unset			pkghome
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Paraview module for use with 'environment-modules' package:
#
set     version      "4.4.0"
set     version      "5.1.2"

proc ModulesHelp { } {
        global version