mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
26 lines
545 B
Plaintext
26 lines
545 B
Plaintext
# IT4Innovations 2021
|
|
# JK
|
|
|
|
easyblock = 'Binary'
|
|
|
|
name = 'VESTA'
|
|
version = '3.5.7'
|
|
versionsuffix = '-gtk3'
|
|
|
|
homepage = "http://www.jp-minerals.org/vesta"
|
|
description = """VESTA is a 3D visualization program for structured models, volumetric data such as electron/nuclear densities, and crystal morphologies."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ["http://www.jp-minerals.org/vesta/archives/%(version)s"]
|
|
sources = ["%(name)s-gtk3.tar.bz2"]
|
|
|
|
extract_sources = True
|
|
sanity_check_paths = {
|
|
'files': ['VESTA'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|
|
|