mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
Merge branch 'dwivepr1-master-patch-39427' into 'master'
Add a new OVITO file, with a more robust analysis for Molecular Dynamics. I... See merge request sccs/easyconfigs-it4i!31
This commit is contained in:
commit
68f92ab92d
26
o/OVITO/OVITO-3.5.2-pro.eb
Normal file
26
o/OVITO/OVITO-3.5.2-pro.eb
Normal file
@ -0,0 +1,26 @@
|
||||
# JH 2020
|
||||
|
||||
easyblock = 'Tarball'
|
||||
|
||||
name = 'OVITO'
|
||||
version = '3.5.2'
|
||||
versionsuffix = '-pro'
|
||||
|
||||
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-pro-3.5.2-x86_64.tar.xz']
|
||||
|
||||
dependencies = [
|
||||
('X11', '20190717'),
|
||||
]
|
||||
|
||||
sanity_check_paths = {
|
||||
'files': ['bin/ovito'],
|
||||
'dirs': [],
|
||||
}
|
||||
|
||||
moduleclass = 'vis'
|
Loading…
x
Reference in New Issue
Block a user