easyconfigs-it4i/m/MATIO/MATIO-1.5.12-GCCcore-6.3.0.eb
2019-11-06 13:27:39 +01:00

24 lines
581 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'MATIO'
version = '1.5.12'
homepage = 'http://sourceforge.net/projects/matio/'
description = """matio is an C library for reading and writing Matlab MAT files."""
toolchain = {'name': 'GCCcore', 'version': '6.3.0'}
source_urls = [SOURCEFORGE_SOURCE]
sources = [SOURCELOWER_ZIP]
checksums = ['35932af9b4cfb4d87eb9fe0b238131182a622fb0f48459415737c29a50b6dc0e']
preconfigopts = 'chmod +x configure && '
builddependencies = [('local_binutils', '2.27')]
dependencies = [('zlib', '1.2.11', '', True)]
moduleclass = 'lib'