mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
32 lines
642 B
Plaintext
32 lines
642 B
Plaintext
# 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-dev-HEAD-861f612-x86_64-dev3.5.5.tar.xz']
|
|
|
|
dependencies = [
|
|
('X11', '20201008'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/ovito'],
|
|
'dirs': [],
|
|
}
|
|
|
|
modextravars = {
|
|
'OVITO_LICENSING_VERBOSE': '1',
|
|
}
|
|
|
|
moduleclass = 'vis'
|