easyconfigs-it4i/f/fio/fio-3.32-GCCcore-11.3.0.eb
Jakub Kropacek 1d450c0d38 modified: f/fio/fio-3.32-GCCcore-11.3.0.eb
modified:   n/nano/nano-6.4.eb
2022-09-06 15:25:28 +02:00

32 lines
588 B
Plaintext

# IT4Innovations 2022
# JK
easyblock = 'ConfigureMake'
name = 'fio'
version = '3.32'
homepage = 'https://github.com/axboe/fio'
description = 'Flexible I/O tester'
toolchain = {'name': 'GCCcore', 'version': '11.3.0'}
github_account = 'axboe'
source_urls = [GITHUB_SOURCE]
sources = [SOURCELOWER_TAR_GZ]
checksums = ['409e459840912e68be487dbbda9a7a1b3f6ddf1478e3f456f278f957ce4f7b66']
builddependencies = [
('binutils', '2.38'),
]
sanity_check_paths = {
'files': ['bin/fio'],
'dirs': ['bin', 'man', 'share'],
}
sanity_check_commands = ['fio -h']
moduleclass = 'tools'