mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-09 00:12:12 +01:00

modified: a/ABINIT/ABINIT-9.4.2-intel-2020b.eb new file: a/ANSYS/ANSYS-20.2-intel-2017c.eb new file: g/grace/grace-5.1.25-intel-2020b.eb modified: i/impi/impi-2017.4.239-iccifort-2017.8.262-GCC-6.3.0-2.27.eb new file: o/OpenMPI/OpenMPI-4.1.1-AOCL-3.0.1-AOCC-3.1.0.eb new file: q/QMCPACK/QMCPACK-3.11.0-intel-2020a-Python-3.8.2-test.eb new file: s/Singularity/Singularity-3.8.3.eb
33 lines
703 B
Plaintext
33 lines
703 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'}
|
|
|
|
#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'
|