Received: by mail.netbsd.org (Postfix, from userid 605) id 1A2B084EA6; Sat, 3 Feb 2024 11:13:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 47DAC84E64 for ; Sat, 3 Feb 2024 11:13:22 +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 jZ144wzGed4R for ; Sat, 3 Feb 2024 11:13:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AC01784C86 for ; Sat, 3 Feb 2024 11:13:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94CE2FA42; Sat, 3 Feb 2024 11:13:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706958801126190" MIME-Version: 1.0 Date: Sat, 3 Feb 2024 11:13:21 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-mvtnorm To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240203111321.94CE2FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706958801126190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Feb 3 11:13:21 UTC 2024 Modified Files: pkgsrc/math/R-mvtnorm: Makefile distinfo Log Message: (math/R-mvtnorm) Udated 1.2.2 to 1.2.4 Changes in Version 1.2-4 (2023-11-27): Bugfixes: * Remove empty print statement from 'miwa.c' Changes in Version 1.2-3 (2023-08-17): Features: * Allow to change 'rnorm' in 'rmvnorm', feature request by Ralf Stubner. Bugfixes: * Fix variable declarations in 'tvpack.f' as reported by Intel compilers icx/ipcx/ifx from oneAPI 2023.2.0 and oneMKL 2023.2.0, thanks to BDR To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/R-mvtnorm/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/R-mvtnorm/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706958801126190 Content-Disposition: inline Content-Length: 1692 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-mvtnorm/Makefile diff -u pkgsrc/math/R-mvtnorm/Makefile:1.21 pkgsrc/math/R-mvtnorm/Makefile:1.22 --- pkgsrc/math/R-mvtnorm/Makefile:1.21 Sun Jun 11 03:47:33 2023 +++ pkgsrc/math/R-mvtnorm/Makefile Sat Feb 3 11:13:21 2024 @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.21 2023/06/11 03:47:33 mef Exp $ +# $NetBSD: Makefile,v 1.22 2024/02/03 11:13:21 mef Exp $ R_PKGNAME= mvtnorm -R_PKGVER= 1.2-2 +R_PKGVER= 1.2-4 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Multivariate normal and t distributions LICENSE= gnu-gpl-v2 # Package suggested but not available: 'qrng' +TEST_DEPENDS+= R-numDeriv-[0-9]*:../../math/R-numDeriv USE_LANGUAGES= c fortran Index: pkgsrc/math/R-mvtnorm/distinfo diff -u pkgsrc/math/R-mvtnorm/distinfo:1.15 pkgsrc/math/R-mvtnorm/distinfo:1.16 --- pkgsrc/math/R-mvtnorm/distinfo:1.15 Sun Jun 11 03:47:33 2023 +++ pkgsrc/math/R-mvtnorm/distinfo Sat Feb 3 11:13:21 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2023/06/11 03:47:33 mef Exp $ +$NetBSD: distinfo,v 1.16 2024/02/03 11:13:21 mef Exp $ -BLAKE2s (R/mvtnorm_1.2-2.tar.gz) = a37b33f310dabe8de280eccb5ec0eb7ea621827cc684687ff74dd0698659ce7f -SHA512 (R/mvtnorm_1.2-2.tar.gz) = c8ddc600b17da56077ef31a413f8ec5ff7c4352a0ddbdeacdb2d88b90a0bdb607c3341b2b13e82cfb7b63e6611d940826c7f77f9528e8c71fb521a69fd1cab86 -Size (R/mvtnorm_1.2-2.tar.gz) = 662749 bytes +BLAKE2s (R/mvtnorm_1.2-4.tar.gz) = 9ad49877517e4b3fdbe9df0cd70dc8249a1a3d1087db9052f7018e90e3e9b0b6 +SHA512 (R/mvtnorm_1.2-4.tar.gz) = 3ba8054fb3f9a98237a62bf990a7567401dbe54eacf9f35d71927cb2503a5cb4dfafc1a49c3cf509ea97777f64111d441b90ce4e1ab2e1c386ea27aab98a17ea +Size (R/mvtnorm_1.2-4.tar.gz) = 663517 bytes --_----------=_1706958801126190--