easyconfigs-it4i/x/XCrySDen/XCrySDen-1.5.60-intel-2017a.eb
Lukáš Krupčík 9d23b42091 new file: x/XCrySDen/XCrySDen-1.5.60-intel-2017a.eb
deleted:    x/XCrySDen/XCrySDen-1.5.53-ictce-5.3.0.eb
2019-06-11 09:34:11 +02:00

29 lines
697 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': 'ictce', 'version': '5.3.0'}
source_urls = ["http://www.xcrysden.org/download/"]
sources = [SOURCELOWER_TAR_GZ]
patches = ['XCrySDen_no-bwidget.patch']
tcltk_ver = '8.5.12'
dependencies = [
('Tcl', tcltk_ver),
('Tk', tcltk_ver),
('Mesa', '7.11.2', '-Python-2.7.3'),
]
osdependencies = ['libXmu-devel']
moduleclass = 'vis'