easyconfigs-it4i/v/VMD/VMD-1.9.3-intel-2017b-Py-2.7.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

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'