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

new file: m/MUMPS/MUMPS-5.3.1-intel-2020a-parmetis.eb new file: o/OVITO/OVITO-3.0.0.eb new file: p/ParMETIS/ParMETIS-4.0.3-intel-2018a.eb new file: p/ParMETIS/ParMETIS-4.0.3-intel-2020a.eb new file: s/Scalasca/Scalasca-2.5-intel-2020a.eb
27 lines
648 B
Plaintext
27 lines
648 B
Plaintext
# JH 2020
|
|
|
|
easyblock = 'Tarball'
|
|
|
|
name = 'OVITO'
|
|
version = '3.0.0'
|
|
|
|
homepage = 'https://www.ovito.org/'
|
|
description = """OVITO is a scientific visualization and analysis software for atomistic and particle simulation data."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
# download from https://www.ovito.org/linux-downloads/:
|
|
sources = ['ovito-basic-3.0.0-dev794-x86_64.tar.xz']
|
|
|
|
#postinstallcmds = [
|
|
# "cp -a %(builddir)s/Kent_tools/blat/{blat,gfClient,gfServer} %(installdir)s/bin",
|
|
# "cp -a %(builddir)s/Kent_tools/blat/FOOTER.txt %(installdir)s/bin/FOOTER_blat.txt",
|
|
#]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/ovito'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|