kumquat-buildroot/package/matio/matio.mk
Gwenhael Goavec-Merou a8da12f0f9 package/matio: new package
matio is an C library for reading and writing MATLAB MAT files.

Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-04-28 21:11:50 +02:00

21 lines
595 B
Makefile

################################################################################
#
# matio
#
################################################################################
MATIO_VERSION = 1.5.17
MATIO_SITE = http://downloads.sourceforge.net/project/matio/matio/$(MATIO_VERSION)
MATIO_LICENSE = BSD-2-Clause
MATIO_LICENSE_FILES = COPYING
MATIO_DEPENDENCIES = zlib
MATIO_INSTALL_STAGING = YES
# va_copy()
MATIO_CONF_ENV = ac_cv_va_copy=yes
# mat73 require hdf5 (not available), extented-sparse take 2KB
MATIO_CONF_OPTS = --disable-mat73 --enable-extended-sparse
$(eval $(autotools-package))