Received: by mail.netbsd.org (Postfix, from userid 605) id 101D484FE2; Wed, 24 Jan 2024 11:37:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4134F84FE1 for ; Wed, 24 Jan 2024 11:37:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id X_0BpRdpAcMy for ; Wed, 24 Jan 2024 11:37:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 84A2684CC9 for ; Wed, 24 Jan 2024 11:37:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D689FA42; Wed, 24 Jan 2024 11:37:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706096231272760" MIME-Version: 1.0 Date: Wed, 24 Jan 2024 11:37:11 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/R-RcppEigen To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20240124113711.7D689FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706096231272760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jan 24 11:37:11 UTC 2024 Modified Files: pkgsrc/math/R-RcppEigen: Makefile distinfo Log Message: (math/R-RcppEigen) 0.3.3.9.3 to 0.3.3.9.4 2023-11-01 Dirk Eddelbuettel * DESCRIPTION (Version, Date): CRAN Release 0.3.3.9.4 * inst/NEWS.Rd: Release 0.3.3.9.4 2023-10-05 Mikael Jagan * DESCRIPTION: Package 'Matrix' is now only a Suggests: * NAMESPACE: Remove unconditional imports from package Matrix * inst/include/Eigen/CholmodSupport: No longer need to include RcppEigenCholmod.h * inst/include/Eigen/src/CholmodSupport/CholmodSupport.h: Small wrapper adjustments conditional on Matrix use * inst/include/RcppEigenCholmod.h: Updated * inst/include/RcppEigenForward.h: Simplified * inst/include/RcppEigenWrap.h: Ditto * inst/include/RcppEigenStubs.cpp: New shorter helper * inst/include/RcppEigenStubs.h: Removed 2023-07-21 Dirk Eddelbuettel * DESCRIPTION (Date, Version): Roll micro version and date * README.md: Add r-universe badge 2023-07-20 Dirk Eddelbuettel * src/RcppEigen.cpp (EigenNbThreads): Add simple threads reporter * R/fastLm.R (fastLmPure): Simpler call to `fastLm_Impl()` * src/init.c: Replaced by auto-generated section in RcppExports.cpp * src/RcppExports.cpp: Regenerated * R/RcppExports.R: Idem * src/Makevars: Document possible use of '-fopenmp' * src/Makevars.win: Idem 2023-04-18 Dirk Eddelbuettel * README.md: Use app.codecov.io as base for codecov link 2023-03-10 Dirk Eddelbuettel * DESCRIPTION (Date, Version): Roll minor version * R/RcppEigen.package.skeleton.R: No longer set Imports: RcppEigen in DESCRIPTION and NAMESPACE 2023-02-12 Dirk Eddelbuettel * inst/CITATION: Convert to bibentry() style with person() To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/R-RcppEigen/Makefile \ pkgsrc/math/R-RcppEigen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706096231272760 Content-Disposition: inline Content-Length: 2581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/R-RcppEigen/Makefile diff -u pkgsrc/math/R-RcppEigen/Makefile:1.8 pkgsrc/math/R-RcppEigen/Makefile:1.9 --- pkgsrc/math/R-RcppEigen/Makefile:1.8 Sun Dec 18 09:23:47 2022 +++ pkgsrc/math/R-RcppEigen/Makefile Wed Jan 24 11:37:11 2024 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2022/12/18 09:23:47 mef Exp $ +# $NetBSD: Makefile,v 1.9 2024/01/24 11:37:11 mef Exp $ R_PKGNAME= RcppEigen -R_PKGVER= 0.3.3.9.3 +R_PKGVER= 0.3.3.9.4 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Rcpp integration for the Eigen templated linear algebra library @@ -12,11 +12,17 @@ TEST_DEPENDS+= R-inline-[0-9]*:../../dev TEST_DEPENDS+= R-pkgKitten-[0-9]*:../../devel/R-pkgKitten TEST_DEPENDS+= R-microbenchmark-[0-9]*:../../benchmarks/R-microbenchmark TEST_DEPENDS+= tex-thumbpdf-[0-9]*:../../print/tex-thumbpdf -# Still getting followin error by make test -# !pdfTeX error: pdflatex (file tctt1095): Font tctt1095 at 600 not found + TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec +TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata +TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin +TEST_DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib +TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval +TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url +TEST_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref -USE_LANGUAGES= c c++11 fortran +USE_LANGUAGES= c c++ fortran +USE_CXX_FEATURES+= c++11 .include "../../math/R/Makefile.extension" .include "../../devel/R-Rcpp/buildlink3.mk" Index: pkgsrc/math/R-RcppEigen/distinfo diff -u pkgsrc/math/R-RcppEigen/distinfo:1.8 pkgsrc/math/R-RcppEigen/distinfo:1.9 --- pkgsrc/math/R-RcppEigen/distinfo:1.8 Sun Dec 18 09:23:47 2022 +++ pkgsrc/math/R-RcppEigen/distinfo Wed Jan 24 11:37:11 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2022/12/18 09:23:47 mef Exp $ +$NetBSD: distinfo,v 1.9 2024/01/24 11:37:11 mef Exp $ -BLAKE2s (R/RcppEigen_0.3.3.9.3.tar.gz) = d0210b065d82a87149b04febcf75b3de1d6e8479fda9e69a5bda992aaff3b9ec -SHA512 (R/RcppEigen_0.3.3.9.3.tar.gz) = 0d6c316d336b2994e36ec9c1016fe455989cfa63bce8324646e554a5e5c78b35c6bcc1d8bde7af37b29b0429337c73af681074048fab9f1f5893861116888707 -Size (R/RcppEigen_0.3.3.9.3.tar.gz) = 1470790 bytes +BLAKE2s (R/RcppEigen_0.3.3.9.4.tar.gz) = 8a8ad315ac7fe1b324142bba6e9841bb3fb2189868ab75cc3c2bb713f8aceea5 +SHA512 (R/RcppEigen_0.3.3.9.4.tar.gz) = 63788b47ae11ea5db7dbff617a19c1fc7072cd3939a920c54d4e0fd4565f645e812be068ac6f52f13653fe14b5cc7bacc4607e3260e841d5e86729b97c000317 +Size (R/RcppEigen_0.3.3.9.4.tar.gz) = 1451521 bytes --_----------=_1706096231272760--