diff --git a/v/VESTA/VESTA-3.5.7.eb b/v/VESTA/VESTA-3.5.7.eb new file mode 100644 index 00000000..ac42d71a --- /dev/null +++ b/v/VESTA/VESTA-3.5.7.eb @@ -0,0 +1,25 @@ +# 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' +