pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-mvtnorm



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.

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@localhost
 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



Home | Main Index | Thread Index | Old Index