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

[+] added ovito 2.6.2 binary package

parent a4ecbee4
Loading
Loading
Loading
Loading

ovito/2.6.2

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.6.2"

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