Commit 3dafab5e authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

added Ovito 3.6.0 and 3.12.1

parent a2c4615f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## default version file for ovito
##
set ModulesVersion  "2.9.0"
set ModulesVersion  "3.12.1"
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#
#  Ovito module for use with 'environment-modules' package:
#
set           version          "3.0.0-dev657"
set           version          "3.12.1"

proc ModulesHelp { } {
        global version

ovito/3.6.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.6.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