mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 02:12:12 +01:00
32 lines
639 B
Plaintext
32 lines
639 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'
|