easyconfigs-it4i/x/XCrySDen/XCrySDen-1.5.60-intel-2017a.eb
2019-06-11 10:00:36 +02:00

29 lines
722 B
Plaintext

# 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]
patches = ['XCrySDen_no-bwidget.patch']
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'