Loading paraview/5.11.0 +19 −2 Original line number Diff line number Diff line #%Module 1.0 #%Module 4.8 # # Paraview module for use with 'environment-modules' package: # Loading @@ -16,11 +16,28 @@ module-whatis "Activates the binary version from Kitware of Paraview $version" conflict paraview set pkghome /opt/apps/paraview/5.11.0-RC1-MPI-Linux-Python3.9-x86_64 set pkghome /opt/apps/paraview/5.11.0-MPI-Linux-Python3.9-x86_64 setenv PARAVIEW_LIBDIR $pkghome/lib setenv PARAVIEW_BASE $pkghome prepend-path PATH $pkghome/bin # # Detect Wayland # set desktop [getenv XDG_SESSION_TYPE noX] switch $desktop { wayland { setenv QT_QPA_PLATFORM wayland #puts stderr "Wayland: $desktop" } default { äputs stderr "No Wayland: $desktop" } } unset pkghome paraview/5.11.0_headless_egl 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.11.0-egl" 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.11.0-egl-MPI-Linux-Python3.9-x86_64 setenv PARAVIEW_LIBDIR $pkghome/lib setenv PARAVIEW_BASE $pkghome prepend-path PATH $pkghome/bin unset pkghome paraview/5.11.0_headless_mesa 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.11.0-osmesa" 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.11.0-osmesa-MPI-Linux-Python3.9-x86_64 setenv PARAVIEW_LIBDIR $pkghome/lib setenv PARAVIEW_BASE $pkghome prepend-path PATH $pkghome/bin unset pkghome Loading
paraview/5.11.0 +19 −2 Original line number Diff line number Diff line #%Module 1.0 #%Module 4.8 # # Paraview module for use with 'environment-modules' package: # Loading @@ -16,11 +16,28 @@ module-whatis "Activates the binary version from Kitware of Paraview $version" conflict paraview set pkghome /opt/apps/paraview/5.11.0-RC1-MPI-Linux-Python3.9-x86_64 set pkghome /opt/apps/paraview/5.11.0-MPI-Linux-Python3.9-x86_64 setenv PARAVIEW_LIBDIR $pkghome/lib setenv PARAVIEW_BASE $pkghome prepend-path PATH $pkghome/bin # # Detect Wayland # set desktop [getenv XDG_SESSION_TYPE noX] switch $desktop { wayland { setenv QT_QPA_PLATFORM wayland #puts stderr "Wayland: $desktop" } default { äputs stderr "No Wayland: $desktop" } } unset pkghome
paraview/5.11.0_headless_egl 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.11.0-egl" 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.11.0-egl-MPI-Linux-Python3.9-x86_64 setenv PARAVIEW_LIBDIR $pkghome/lib setenv PARAVIEW_BASE $pkghome prepend-path PATH $pkghome/bin unset pkghome
paraview/5.11.0_headless_mesa 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.11.0-osmesa" 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.11.0-osmesa-MPI-Linux-Python3.9-x86_64 setenv PARAVIEW_LIBDIR $pkghome/lib setenv PARAVIEW_BASE $pkghome prepend-path PATH $pkghome/bin unset pkghome