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

added new version of ovito 2.9.0

parent 37c70738
Loading
Loading
Loading
Loading

ovito/2.9.0

0 → 100644
+32 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Ovito module for use with 'environment-modules' package:
#
set     version      "2.9.0"

proc ModulesHelp { } {
        global version

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

module-whatis   "activates the Plugins for Ovito $version (no optimization)"



conflict		ovito


set			pkghome		/opt/apps/ovito/$version

#setenv			OVITO_INC	"-I/$pkghome/include/"
setenv			OVITO_BASE	$pkghome
setenv			OVITO_LIB	$pkghome/lib/ovito
setenv                  OVITO_VERSION    $version
prepend-path            PATH            "$pkghome/bin"
prepend-path		LD_LIBRARY_PATH	$pkghome/lib/ovito


unset			pkghome