Commit 07648bd3 authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[*] fixed serious bug with hdf5 system modules

[*] changed paraview module names and descriptions
parent 9639d629
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -19,11 +19,13 @@ proc ModulesHelp { } {

module-whatis   "sets up the environment variables for system HDF5 $version ( GCC 5.3.1, NO MPI )\n"

set          	pkghome		/usr
set		pkglibdir	/usr/lib64

conflict        hdf5


set             pkghome		/usr
set             pkglibdir	/usr/lib64

setenv  HDF5_BASE       $pkghome
setenv  HDF5_LIBDIR     $pkglibdir
setenv  HDF5_LIB        "-L$pkglibdir -lhdf5_hl -lhdf5"
@@ -35,7 +37,8 @@ if { [ file exists $pkglibdir/libhdf5_cpp.so ] } {
}
setenv	HDF5_VERSION	$version

prepend-path    PATH            $pkghome/bin
# NO, Never add /usr/bin to path, will remove system env from PATH when unloaded
#prepend-path    PATH            $pkghome/bin
prepend-path    LD_LIBRARY_PATH $pkglibdir

unset        	pkghome
+2 −1
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@ if { [ file exists $pkglibdir/libhdf5_cpp.so ] } {
}
setenv	HDF5_VERSION	$version

prepend-path    PATH            $pkghome/bin
# NO, Never add /usr/bin to path, will remove system env from PATH when unloaded
#prepend-path    PATH            $pkghome/bin
prepend-path    LD_LIBRARY_PATH $pkglibdir

unset        	pkghome
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'Paraview Binary' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
        puts stderr "\n\tThis verion of Paraview supports old style stl-files (not supported in newer versions)"
        puts stderr "\n\tVersion $version\n"
}

+0 −0

File moved.

+6 −6

File changed.

Contains only whitespace changes.