mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
25 lines
584 B
Plaintext
25 lines
584 B
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
|
|
#
|
|
# Copyright:: Copyright 2014-2015 The Cyprus Institute
|
|
# Authors:: Thekla Loizou <t.loizou@cyi.ac.cy>
|
|
# 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'
|