You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
631 B
22 lines
631 B
2 years ago
|
################################################################################
|
||
|
#
|
||
|
# matio
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
MATIO_VERSION = 1.5.21
|
||
|
MATIO_SITE = http://downloads.sourceforge.net/project/matio/matio/$(MATIO_VERSION)
|
||
|
MATIO_LICENSE = BSD-2-Clause
|
||
|
MATIO_LICENSE_FILES = COPYING
|
||
|
MATIO_CPE_ID_VENDOR = matio_project
|
||
|
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))
|