update to matio 1.3.2
This commit is contained in:
parent
8fb5e71cef
commit
14f5dbcb9b
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2006/10/29 18:05:50 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2006/12/02 00:19:11 steven Exp $
|
||||
|
||||
COMMENT= "library for reading and writing Matlab MAT files"
|
||||
|
||||
DISTNAME= matio-1.3.1
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
SHARED_LIBS= matio 0.0
|
||||
DISTNAME= matio-1.3.2
|
||||
SHARED_LIBS= matio 1.0
|
||||
CATEGORIES= math
|
||||
|
||||
HOMEPAGE= http://sourceforge.net/projects/matio/
|
||||
@ -16,6 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matio/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
WANTLIB= g2c m
|
||||
|
||||
@ -25,8 +25,9 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--enable-fortran=no \
|
||||
--enable-test=yes
|
||||
|
||||
TESTS= copy write writecompressed writestruct writecell readslab \
|
||||
writeslab writesparse writenan writeinf readslab4 ind2sub sub2ind
|
||||
TESTS= copy write writecompressed writecell readslab \
|
||||
writeslab writesparse writenan writeinf readslab4 ind2sub sub2ind \
|
||||
write_compressed_cell write_compressed_sparse
|
||||
|
||||
do-regress:
|
||||
.for t in ${TESTS}
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (matio-1.3.1.tar.gz) = 8fd9a3a6c2587deade56b0846642ebd3
|
||||
RMD160 (matio-1.3.1.tar.gz) = 64e12e1774db3054ce11f6efd15686c8432a3197
|
||||
SHA1 (matio-1.3.1.tar.gz) = 70af161a788f7f5e171f27e2655763454ec33839
|
||||
SIZE (matio-1.3.1.tar.gz) = 938713
|
||||
MD5 (matio-1.3.2.tar.bz2) = 2ed284ef7fecf0b170f67acb972c7f8a
|
||||
RMD160 (matio-1.3.2.tar.bz2) = 72e4ad7f8093985b6b4630d0fca1235702191b90
|
||||
SHA1 (matio-1.3.2.tar.bz2) = 7e4608c57a63ae4982c7884513df03b5e2e260fd
|
||||
SIZE (matio-1.3.2.tar.bz2) = 817645
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-test_test_mat_c,v 1.1.1.1 2006/10/19 10:51:01 steven Exp $
|
||||
--- test/test_mat.c.orig Wed Oct 18 17:21:19 2006
|
||||
+++ test/test_mat.c Wed Oct 18 17:22:32 2006
|
||||
@@ -1197,6 +1197,9 @@ int main (int argc, char *argv[])
|
||||
$OpenBSD: patch-test_test_mat_c,v 1.2 2006/12/02 00:19:11 steven Exp $
|
||||
--- test/test_mat.c.orig Sat Oct 28 21:20:58 2006
|
||||
+++ test/test_mat.c Sat Dec 2 00:54:00 2006
|
||||
@@ -1590,6 +1590,9 @@ int main (int argc, char *argv[])
|
||||
}
|
||||
|
||||
printf("%d of %d tests completed successfully\n",ntests-err,ntests);
|
||||
|
Loading…
Reference in New Issue
Block a user