Changes 2.08:
* Fix t/matlab.t failing on Windows (RT 64629) * Applied patch from RT 51669 (POD rendering) * Applied patch from RT 61334 (fix croak in new_from_string) * Make reference check less strict in _new_from_row_or_cols (requested by MJD) Changes 2.06: * added submatrix() (exactly the same behavior as sec() from PDL, for 2D matrices) * t/submatrix.t created * t/decompose_LR.t created * !!!NEED documentation for submatrix()
This commit is contained in:
parent
4088193286
commit
066fef127f
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.17 2010/08/21 16:35:12 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2011/08/06 20:53:17 adam Exp $
|
||||
|
||||
DISTNAME= Math-MatrixReal-2.05
|
||||
DISTNAME= Math-MatrixReal-2.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
SVR4_PKGNAME= p5mmr
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
||||
|
@ -10,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Math-MatrixReal/
|
||||
COMMENT= Perl module for performing operations on real matrices
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2008/07/29 11:45:33 he Exp $
|
||||
$NetBSD: distinfo,v 1.5 2011/08/06 20:53:17 adam Exp $
|
||||
|
||||
SHA1 (Math-MatrixReal-2.05.tar.gz) = a1ecaada560232108c0aba3664a53c503fc08559
|
||||
RMD160 (Math-MatrixReal-2.05.tar.gz) = a86fd4b15f6726d135fbd39ee347ca151dfd525b
|
||||
Size (Math-MatrixReal-2.05.tar.gz) = 64172 bytes
|
||||
SHA1 (Math-MatrixReal-2.08.tar.gz) = 44751511f0fab359c1e5e88f83ec28aa1e4b2533
|
||||
RMD160 (Math-MatrixReal-2.08.tar.gz) = 8b4ef40be0adac275d9b678e44c17d82f9a5cd1e
|
||||
Size (Math-MatrixReal-2.08.tar.gz) = 80582 bytes
|
||||
|
|
Loading…
Reference in a new issue