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

new file: b/BoltzTraP2/BoltzTraP2-22.6.1-intel-2022a.eb modified: g/grace/grace-5.1.25-gompi-2022a.eb new file: n/netCDF/netCDF-4.9.0-iimpi-2022a.eb new file: p/pyFFTW/pyFFTW-0.13.0-intel-2022a.eb modified: q/QuantumESPRESSO/QuantumESPRESSO-7.1-NVHPC-21.9.eb new file: q/QuantumESPRESSO/QuantumESPRESSO-7.1-intel-2022a-without-HDF5.eb new file: v/VTK/VTK-9.2.2-intel-2022a.eb
34 lines
742 B
Plaintext
34 lines
742 B
Plaintext
# IT4Innovations 2022
|
|
# JK
|
|
|
|
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]
|
|
checksums = ['751ab9917ed0f6232073c193aba74046037e185d73b77bab0f5af3e3ff1da2ac']
|
|
|
|
toolchain = {'name': 'gompi', 'version': '2022a'}
|
|
|
|
dependencies = [
|
|
('motif', '2.3.8'),
|
|
('netCDF', '4.9.0'),
|
|
]
|
|
|
|
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'
|