From 0ccddc88f8ce2fd4020c1f277790ec3ee256f1f7 Mon Sep 17 00:00:00 2001 From: Lukas Krupcik Date: Wed, 20 Oct 2021 10:33:21 +0200 Subject: [PATCH] new file: o/OVITO/OVITO-3.5.1-GCC-10.2.0-pro.eb new file: o/OVITO/OVITO-3.5.4-GCC-10.2.0-pro.eb --- o/OVITO/OVITO-3.5.1-GCC-10.2.0-pro.eb | 27 +++++++++++++++++++++++++++ o/OVITO/OVITO-3.5.4-GCC-10.2.0-pro.eb | 27 +++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 o/OVITO/OVITO-3.5.1-GCC-10.2.0-pro.eb create mode 100644 o/OVITO/OVITO-3.5.4-GCC-10.2.0-pro.eb diff --git a/o/OVITO/OVITO-3.5.1-GCC-10.2.0-pro.eb b/o/OVITO/OVITO-3.5.1-GCC-10.2.0-pro.eb new file mode 100644 index 00000000..c7274ee8 --- /dev/null +++ b/o/OVITO/OVITO-3.5.1-GCC-10.2.0-pro.eb @@ -0,0 +1,27 @@ +# IT4Innovations +# LK 2021 + +easyblock = 'Tarball' + +name = 'OVITO' +version = '3.5.1' +versionsuffix = '-pro' + +homepage = 'https://www.ovito.org/' +description = """OVITO is a scientific visualization and analysis software for atomistic and particle simulation data.""" + +toolchain = {'name': 'GCC', 'version': '10.2.0'} + +#source_urls = ['https://www.ovito.org/download/3106/'] +sources = ['ovito-pro-3.5.4-dev-HEAD-861f612-x86_64-dev3.5.5.tar.xz'] + +dependencies = [ + ('X11', '20201008'), +] + +sanity_check_paths = { + 'files': ['bin/ovito'], + 'dirs': [], +} + +moduleclass = 'vis' diff --git a/o/OVITO/OVITO-3.5.4-GCC-10.2.0-pro.eb b/o/OVITO/OVITO-3.5.4-GCC-10.2.0-pro.eb new file mode 100644 index 00000000..3037aa86 --- /dev/null +++ b/o/OVITO/OVITO-3.5.4-GCC-10.2.0-pro.eb @@ -0,0 +1,27 @@ +# IT4Innovations +# LK 2021 + +easyblock = 'Tarball' + +name = 'OVITO' +version = '3.5.4' +versionsuffix = '-pro' + +homepage = 'https://www.ovito.org/' +description = """OVITO is a scientific visualization and analysis software for atomistic and particle simulation data.""" + +toolchain = {'name': 'GCC', 'version': '10.2.0'} + +#source_urls = ['https://www.ovito.org/download/3106/'] +sources = ['ovito-pro-%(version)s-x86_64.tar.xz'] + +dependencies = [ + ('X11', '20201008'), +] + +sanity_check_paths = { + 'files': ['bin/ovito'], + 'dirs': [], +} + +moduleclass = 'vis'