From f16a80d82ff641c9b14580068b772380c6c44042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Tue, 6 Oct 2020 15:36:49 +0200 Subject: [PATCH] new file: o/OVITO/OVITO-3.2.1-basic.eb --- o/OVITO/OVITO-3.2.1-basic.eb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 o/OVITO/OVITO-3.2.1-basic.eb diff --git a/o/OVITO/OVITO-3.2.1-basic.eb b/o/OVITO/OVITO-3.2.1-basic.eb new file mode 100644 index 00000000..330df0ef --- /dev/null +++ b/o/OVITO/OVITO-3.2.1-basic.eb @@ -0,0 +1,27 @@ +# IT4Innovations 2020 +# LK + +easyblock = 'Tarball' + +name = 'OVITO' +version = '3.2.1' +versionsuffix = '-basic' + +homepage = 'https://www.ovito.org/' +description = """OVITO is a scientific visualization and analysis software for atomistic and particle simulation data.""" + +toolchain = SYSTEM + +source_urls = ['https://www.ovito.org/download/3106/'] +sources = ['ovito-basic-3.2.1-x86_64.tar.xz'] + +dependencies = [ + ('X11', '20190717'), +] + +sanity_check_paths = { + 'files': ['bin/ovito'], + 'dirs': [], +} + +moduleclass = 'vis'