Commit c51d190f authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

updated ovito to 3.0.0 development version

parent cac08b1e
Loading
Loading
Loading
Loading

ovito/3.0.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      "3.0.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