mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

new file: l/libMesh/libMesh-1.3.0-intel-2017c.eb new file: p/Perl/Perl-5.28.1-GCC-6.3.0-2.27.eb new file: p/PostgreSQL/PostgreSQL-11.3-Py-2.7.eb new file: p/phonopy/phonopy-2.1.3-Py-3.6.eb new file: s/scipy/scipy-1.3.0-Py-3.6.eb modified: x/XCrySDen/XCrySDen-1.5.60-intel-2017a.eb
27 lines
681 B
Plaintext
27 lines
681 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]
|
|
|
|
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'
|