easyconfigs-it4i/g/grace/grace-5.1.25-intel-2015b.eb
2017-03-09 11:57:40 +01:00

30 lines
640 B
Plaintext

easyblock = 'ConfigureMake'
name = 'grace'
version = '5.1.25'
homepage = 'http://freecode.com/projects/grace'
description = """Grace is a WYSIWYG 2D plotting tool for X Windows System and Motif."""
source_urls = ['ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable']
sources = [SOURCE_TAR_GZ]
toolchain = {'name': 'intel', 'version': '2015b'}
dependencies = [
('motif', '2.3.4', '-libX11-1.6.2'),
('netCDF', '4.3.2'),
]
runtest = 'tests'
# we also need to run make links right before or after make install.
installopts = 'links'
sanity_check_paths = {
'files': ['bin/xmgrace'],
'dirs': [],
}
moduleclass = 'vis'