Commit 3b24d6cf authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

removed 5.7.0 and 5.4.1,

added 5.9.1 for binary version
parent e4229d8f
Loading
Loading
Loading
Loading

paraview/5.7.0

deleted100644 → 0
+0 −26
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
+6 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Paraview module for use with 'environment-modules' package:
#
set     version      "5.4.1"
set     version      "5.9.1"

proc ModulesHelp { } {
        global version
@@ -16,11 +16,15 @@ module-whatis "Activates the binary version from Kitware of Paraview $version"

conflict      paraview

set           pkghome             /opt/apps/paraview/5.4.1-RC3-Qt5-OpenGL2-MPI-Linux-64bit
set           pkghome             /opt/apps/paraview/5.9.1-MPI-Linux-Python3.8-64bit

setenv        PARAVIEW_LIBDIR     $pkghome/lib
setenv        PARAVIEW_BASE       $pkghome

prepend-path  PATH                $pkghome/bin

# $XDG_SESSION_TYPE
if { [ expr {$env(XDG_SESSION_TYPE) eq "wayland" } ] } {
  setenv QT_QPA_PLATFORM          wayland
}
unset         pkghome