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

[+] added visit

parent ae414195
Loading
Loading
Loading
Loading

visit/.version

0 → 100644
+5 −0
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for oofem
##
set ModulesVersion  "2.3-bin"

visit/2.10.2

0 → 100644
+28 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Visit module for use with 'environment-modules' package:
#
set     version      2.10.2

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds `' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates the Plugins for Visit $version"


set	pkghome		/opt/apps/visit/2.10.2

conflict		visit

setenv			VISIT_BASE	$pkghome
setenv			VISIT_DIR	$pkghome

prepend-path            PATH            $pkghome/bin
#prepend-path		LD_LIBRARY_PATH	$pkghome/lib

unset 	pkghome

visit/2.10.2-mesa

0 → 100644
+28 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Visit module for use with 'environment-modules' package:
#
set     version      2.10.2

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds `' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates the Plugins for Visit $version (MESA support, headless)"


set	pkghome		/opt/apps/visit/2.10.2-wmesa

conflict		visit

setenv			VISIT_BASE	$pkghome
setenv			VISIT_DIR	$pkghome

prepend-path            PATH            $pkghome/bin
#prepend-path		LD_LIBRARY_PATH	$pkghome/lib

unset 	pkghome