Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 114AE1A9217 for ; Sun, 3 Jan 2021 10:49:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 372DB84D55; Sun, 3 Jan 2021 10:49:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E7C584D33 for ; Sun, 3 Jan 2021 10:49:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ywrmnlBWmSqZ for ; Sun, 3 Jan 2021 10:49:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E1F2184C13 for ; Sun, 3 Jan 2021 10:49:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB799FA9D; Sun, 3 Jan 2021 10:49:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609670971190240" MIME-Version: 1.0 Date: Sun, 3 Jan 2021 10:49:31 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-SparseM To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210103104931.DB799FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609670971190240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Jan 3 10:49:31 UTC 2021 Modified Files: pkgsrc/math/R-SparseM: Makefile distinfo Log Message: (math/R-SparseM) Updated 1.77 to 1.78 (make test fails for now) The version 1.78 1. Changed check for symmetry to use all.equal() in response to an error reported by Brian Ripley. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-SparseM/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-SparseM/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609670971190240 Content-Disposition: inline Content-Length: 1776 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-SparseM/Makefile diff -u pkgsrc/math/R-SparseM/Makefile:1.5 pkgsrc/math/R-SparseM/Makefile:1.6 --- pkgsrc/math/R-SparseM/Makefile:1.5 Thu Aug 8 19:53:46 2019 +++ pkgsrc/math/R-SparseM/Makefile Sun Jan 3 10:49:31 2021 @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2019/08/08 19:53:46 brook Exp $ +# $NetBSD: Makefile,v 1.6 2021/01/03 10:49:31 mef Exp $ R_PKGNAME= SparseM -R_PKGVER= 1.77 -CATEGORIES= math +R_PKGVER= 1.78 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Sparse linear algebra LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 +TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec + USE_LANGUAGES= c fortran .include "../../math/R/Makefile.extension" Index: pkgsrc/math/R-SparseM/distinfo diff -u pkgsrc/math/R-SparseM/distinfo:1.2 pkgsrc/math/R-SparseM/distinfo:1.3 --- pkgsrc/math/R-SparseM/distinfo:1.2 Mon Jan 22 07:21:29 2018 +++ pkgsrc/math/R-SparseM/distinfo Sun Jan 3 10:49:31 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/01/22 07:21:29 wen Exp $ +$NetBSD: distinfo,v 1.3 2021/01/03 10:49:31 mef Exp $ -SHA1 (R/SparseM_1.77.tar.gz) = bdd0b56a3e0cf8e8c1d45ce8878884e64a6f5212 -RMD160 (R/SparseM_1.77.tar.gz) = f53cf9879b08e670e4569211af7148dfc9cb07ff -SHA512 (R/SparseM_1.77.tar.gz) = c46cbd87f79b41e317b9e6973bb5219bcdc60fbbea9d96ec01b542268249bf8dbd27177c552346edd20f54be818f7f805a98cc7bf908fdd860a3bc70b06c1213 -Size (R/SparseM_1.77.tar.gz) = 756317 bytes +SHA1 (R/SparseM_1.78.tar.gz) = 02de5aa6948e3f263f507b11819767d4e58e9562 +RMD160 (R/SparseM_1.78.tar.gz) = e51f6d7beaa36655c8ffdeb2e15ef54cacde74df +SHA512 (R/SparseM_1.78.tar.gz) = bff92ebf068017ddc65440bc589c77037d42183d7ce535e09f0b6beb4a072743bcb16129ff435cdfa78095bfd153a52a0ae6e0c326ae8a54e21d9783431b73c6 +Size (R/SparseM_1.78.tar.gz) = 735024 bytes --_----------=_1609670971190240--