From 9052a05add7ac09e080183221b9cf6982b7356c6 Mon Sep 17 00:00:00 2001 From: Prashant Dwivedi Date: Sun, 13 Jun 2021 12:45:30 +0000 Subject: [PATCH] Add a new OVITO file, with a more robust analysis for Molecular Dynamics. I request to add as I brought a licence to use the pro version. Thank you --- o/OVITO/OVITO-3.5.2-pro.eb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 o/OVITO/OVITO-3.5.2-pro.eb diff --git a/o/OVITO/OVITO-3.5.2-pro.eb b/o/OVITO/OVITO-3.5.2-pro.eb new file mode 100644 index 00000000..f8900b8a --- /dev/null +++ b/o/OVITO/OVITO-3.5.2-pro.eb @@ -0,0 +1,26 @@ +# JH 2020 + +easyblock = 'Tarball' + +name = 'OVITO' +version = '3.5.2' +versionsuffix = '-pro' + +homepage = 'https://www.ovito.org/' +description = """OVITO is a scientific visualization and analysis software for atomistic and particle simulation data.""" + +toolchain = SYSTEM + +# download from https://www.ovito.org/linux-downloads/: +sources = ['ovito-pro-3.5.2-x86_64.tar.xz'] + +dependencies = [ + ('X11', '20190717'), +] + +sanity_check_paths = { + 'files': ['bin/ovito'], + 'dirs': [], +} + +moduleclass = 'vis'