## # This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild # # Copyright:: Copyright 2014-2015 The Cyprus Institute # Authors:: Thekla Loizou # License:: MIT/GPL # ## easyblock = 'ConfigureMake' name = 'MATIO' version = '1.5.2' homepage = 'http://sourceforge.net/projects/matio/' description = """matio is an C library for reading and writing Matlab MAT files.""" toolchain = {'name': 'goolf', 'version': '1.4.10'} source_urls = [SOURCEFORGE_SOURCE] sources = [SOURCELOWER_ZIP] dependencies = [('zlib', '1.2.7')] moduleclass = 'lib'