mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
32 lines
819 B
Plaintext
32 lines
819 B
Plaintext
# IT4Innovation 2018
|
|
|
|
name = 'VMD'
|
|
version = '1.9.3'
|
|
versionsuffix = '-Py-2.7'
|
|
|
|
homepage = 'http://www.ks.uiuc.edu/Research/vmd'
|
|
description = """VMD is a molecular visualization program for displaying, animating, and analyzing large biomolecular
|
|
systems using 3-D graphics and built-in scripting."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
|
|
# downloading requires registration
|
|
sources = ['vmd-%(version)s.src.tar.gz']
|
|
|
|
patches = ['VMD-%(version)s_configure.patch']
|
|
|
|
dependencies = [
|
|
('Tcl', '8.6.5'),
|
|
('Tk', '8.6.5'),
|
|
('FLTK', '1.3.4', '', True),
|
|
('Py', '2.7', '', True),
|
|
('numpy', '1.13.3', '-Py-2.7', True),
|
|
# ('Mesa', '17.2.6'),
|
|
('netCDF', '4.4.1.1'),
|
|
# ('FFmpeg', '3.1.3'),
|
|
# ('ImageMagick', '7.0.7-27'),
|
|
# ('ACTC', '1.1'),
|
|
]
|
|
|
|
moduleclass = 'vis'
|