#%Module1.0#####################################################################

proc ModulesHelp { } {

puts stderr " "
puts stderr "This module loads the GSL library built with the gnu15 compiler toolchain."
puts stderr "\nVersion 2.8\n"

}
module-whatis "Name: GSL built with gnu15 toolchain"
module-whatis "Version: 2.8"
module-whatis "Category: runtime library"
module-whatis "Description: GNU Scientific Library (GSL)"
module-whatis "http://www.gnu.org/software/gsl"

set             version             2.8

prepend-path    PATH                /opt/ohpc/pub/libs/gnu15/gsl/2.8/bin
prepend-path    MANPATH             /opt/ohpc/pub/libs/gnu15/gsl/2.8/share/man
prepend-path    INCLUDE             /opt/ohpc/pub/libs/gnu15/gsl/2.8/include
prepend-path    LD_LIBRARY_PATH     /opt/ohpc/pub/libs/gnu15/gsl/2.8/lib
prepend-path    PKG_CONFIG_PATH     /opt/ohpc/pub/libs/gnu15/gsl/2.8/lib/pkgconfig

setenv          GSL_DIR             /opt/ohpc/pub/libs/gnu15/gsl/2.8
setenv          GSL_LIB             /opt/ohpc/pub/libs/gnu15/gsl/2.8/lib
setenv          GSL_INC             /opt/ohpc/pub/libs/gnu15/gsl/2.8/include
