easyconfigs-it4i/g/grace/grace-5.1.25-intel-2017c.eb
Lukáš Krupčík 9c8b6da631 new file: g/GDAL/GDAL-2.2.3-intel-2017a-Py-2.7.eb
new file:   g/GDAL/GDAL-2.2.3-intel-2018b-Python-3.6.6.eb
	new file:   g/GDAL/GDAL-2.4.0-intel-2017a-Py-2.7.eb
	new file:   g/grace/grace-5.1.25-intel-2017c.eb
	new file:   m/motif/motif-2.3.8.eb
	new file:   n/netCDF/netCDF-4.6.3-intel-2017a.eb
	new file:   r/R/Makevars
	modified:   r/R/R-3.5.3-intel-2017a.eb
	new file:   s/SAMtools/SAMtools-1.9-intel-2017a.eb
	new file:   s/SWIG/SWIG-3.0.8-Py-2.7.eb
	new file:   s/SuiteSparse/SuiteSparse-5.4.0-intel-2017c-ParMETIS-4.0.3.eb
	modified:   t/Trilinos/Trilinos-12.12.1-intel-2017c-Py-2.7.eb
	new file:   t/Trilinos/Trilinos-12.14.1-intel-2017c-Py-2.7.eb
2019-04-18 15:32:25 +02:00

32 lines
634 B
Plaintext

# IT4Innovations 2019
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 = ['https://fossies.org/linux/misc/']
sources = [SOURCE_TAR_GZ]
toolchain = {'name': 'intel', 'version': '2017c'}
dependencies = [
('motif', '2.3.8', '', True),
('netCDF', '4.6.1'),
]
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'