mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00
24 lines
581 B
Plaintext
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'
|