diff --git a/ovito/.version b/ovito/.version index e7e029944b29054a43bf73fa35875990fcaf4027..dfeba4950859b78212ef72127a33253f03e613b1 100644 --- a/ovito/.version +++ b/ovito/.version @@ -2,4 +2,4 @@ ## ## default version file for ovito ## -set ModulesVersion "2.9.0" +set ModulesVersion "3.12.1" diff --git a/ovito/3.0.0-657 b/ovito/3.12.1 similarity index 94% rename from ovito/3.0.0-657 rename to ovito/3.12.1 index 353c97f4fbbbc2f9b5475db4da1c9cdc143e94f0..ea598617c9e49733c1c6538546a201e1b025b35f 100644 --- a/ovito/3.0.0-657 +++ b/ovito/3.12.1 @@ -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 diff --git a/ovito/3.6.0 b/ovito/3.6.0 new file mode 100644 index 0000000000000000000000000000000000000000..c7ceffe70c9311645eb08e4fad04929799a9bf8e --- /dev/null +++ b/ovito/3.6.0 @@ -0,0 +1,32 @@ +#%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