mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

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
32 lines
647 B
Plaintext
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'
|