Commit 4ab8cd80 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

update paraview 5.7.0

parent 9847defe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#
set     version      "5.5.2"

pproc ModulesHelp { } {
proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'Paraview Binary' to your PATH environment variable"

paraview/5.7.0

0 → 100644
+26 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Paraview module for use with 'environment-modules' package:
#
set     version      "5.7.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.7.0-MPI-Linux-Python3.7-64bit

setenv        PARAVIEW_LIBDIR     $pkghome/lib
setenv        PARAVIEW_BASE       $pkghome

prepend-path  PATH                $pkghome/bin

unset         pkghome