mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
34 lines
738 B
Plaintext
34 lines
738 B
Plaintext
# IT4Innovations 2021
|
|
# JK - update homepage a zdroje
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'grace'
|
|
version = '5.1.25'
|
|
|
|
homepage = 'https://plasma-gate.weizmann.ac.il/Grace/'
|
|
description = """Grace is a WYSIWYG 2D plotting tool for X Windows System and Motif."""
|
|
|
|
source_urls = ['https://plasma-gate.weizmann.ac.il/pub/grace/src/stable/']
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
toolchain = {'name': 'intel', 'version': '2020b'}
|
|
|
|
# je treba udelat novy i s dependencemi
|
|
dependencies = [
|
|
('motif', '2.3.8', '', True),
|
|
('netCDF', '4.7.4'),
|
|
]
|
|
|
|
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'
|