easyconfigs-it4i/o/OVITO/OVITO-3.7.11-GCCcore-11.3.0-pro.eb
easybuild 5c44c32106 new file: a/ANSYS/ANSYS-22.2-intel-2020b.eb
new file:   f/FFTW/FFTW-3.3.10-gompi-2021b-amd.eb
	new file:   h/HyperQueue/HyperQueue-0.13.0.eb
	new file:   o/OVITO/OVITO-3.7.11-GCCcore-11.3.0-pro.eb
	new file:   t/Tensorflow/TensorFlow-2.10.0-fosscuda-2020b.eb
	new file:   v/VASP/VASP-6.3.2-foss-2021b.eb
	new file:   w/Wannier90/Wannier90-3.1.0-foss-2021b-serial.eb
	deleted:    v/VASP/VASP-6.3.1-foss-2022a.eb
2022-11-10 15:50:45 +01:00

32 lines
647 B
Plaintext

# IT4Innovations 2022
# JK LK
easyblock = 'Tarball'
name = 'OVITO'
version = '3.7.11'
versionsuffix = '-pro'
homepage = 'https://www.ovito.org/'
description = """OVITO is a scientific visualization and analysis software for atomistic and particle simulation data."""
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
sources = ['ovito-pro-%(version)s-x86_64.tar.xz']
checksums = ['b8b807fbe7832c8bcce9a70d81cdce8d4840090491211eeb4a28f25e944d9280']
dependencies = [
('Qt5', '5.15.5'),
]
sanity_check_paths = {
'files': ['bin/ovito'],
'dirs': [],
}
modextravars = {
'OVITO_LICENSING_VERBOSE': '1',
}
moduleclass = 'vis'