mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 11:18:08 +01:00
29 lines
697 B
Plaintext
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'
|