# IT4Innovations 2019

name = 'XCrySDen'
version = '1.5.60'

homepage = "http://www.xcrysden.org/"
description = """XCrySDen is a crystalline and molecular structure visualisation program aiming
 at display of isosurfaces and contours, which can be superimposed on crystalline structures and
 interactively rotated and manipulated."""


toolchain = {'name': 'intel', 'version': '2017c'}

source_urls = ["http://www.xcrysden.org/download/"]
sources = [SOURCELOWER_TAR_GZ]

dependencies = [
    ('Tcl', '8.5.19', '', True),
    ('Tk', '8.5.19', '', True),
    ('Mesa', '18.3.1', '', True),
    ('libGLU', '9.0.0', '', True),
]

osdependencies = ['libXmu-devel']

moduleclass = 'vis'