pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-RcppArmadillo



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jan 24 03:51:30 UTC 2024

Modified Files:
        pkgsrc/math/R-RcppArmadillo: Makefile distinfo

Log Message:
(math/R-RcppArmadillo) 0.12.4.1.0 to 0.12.6.6.0, TEST_DEPENDS missing some

2023-10-31  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.12.6.6.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/: Armadillo 12.6.6

2023-10-29  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * src/RcppArmadillo.cpp (armadillo_get_number_of_omp_threads)
        (armadillo_set_number_of_omp_threads): New helper functions
        * src/RcppExports.cpp: Regenerated
        * R/RcppExports.R: Idem
        * man/armadillo_get_number_of_omp_threads.Rd: Documentation

        * R/init.R (.onLoad): Store initial thread count
        * R/init.R (armadillo_throttle_cores, armadillo_reset_cores):
        Tread throtte and reset helper functions
        * man/armadillo_throttle_cores.Rd: Documentation

        * man/fastLm.Rd: Illustration of use of throttle and reset function
        * NAMESPACE: Export new functions

2023-10-14  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.12.6.5.0

2023-09-06  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.12.6.4.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/: Armadillo 12.6.4

2023-08-28  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.12.6.3.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo_bits/: Armadillo 12.6.3

2023-08-08  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.12.6.2.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo: Armadillo 12.6.2
        * inst/include/armadillo_bits/: Idem

2023-07-26  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.12.6.1.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo: Armadillo 12.6.1
        * inst/include/armadillo_bits/: Idem

2023-07-23  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.12.6.0.1
        * inst/NEWS.Rd: Idem

        * inst/include/armadillo_bits/: Upstream sync w/o move ctors

2023-07-21  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): RcppArmadillo 0.12.6.0.0
        * inst/NEWS.Rd: Idem
        * configure.ac: Idem
        * configure: Idem

        * inst/include/armadillo: Armadillo 12.6.0
        * inst/include/armadillo_bits/: Idem


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/R-RcppArmadillo/Makefile \
    pkgsrc/math/R-RcppArmadillo/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-RcppArmadillo/Makefile
diff -u pkgsrc/math/R-RcppArmadillo/Makefile:1.7 pkgsrc/math/R-RcppArmadillo/Makefile:1.8
--- pkgsrc/math/R-RcppArmadillo/Makefile:1.7    Sat Jul  8 07:02:39 2023
+++ pkgsrc/math/R-RcppArmadillo/Makefile        Wed Jan 24 03:51:30 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2023/07/08 07:02:39 mef Exp $
+# $NetBSD: Makefile,v 1.8 2024/01/24 03:51:30 mef Exp $
 
 R_PKGNAME=     RcppArmadillo
-R_PKGVER=      0.12.4.1.0
+R_PKGVER=      0.12.6.6.0
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       Rcpp integration for the Armadillo templated linear algebra library
@@ -11,7 +11,8 @@ LICENSE=      gnu-gpl-v2 OR gnu-gpl-v3
 TEST_DEPENDS+= R-tinytest-[0-9]*:../../devel/R-tinytest
 TEST_DEPENDS+= R-pkgKitten-[0-9]*:../../devel/R-pkgKitten
 
-USE_LANGUAGES= c++11 fortran
+USE_LANGUAGES=         c++ fortran
+USE_CXX_FEATURES+=     c++11
 
 .include "../../math/R/Makefile.extension"
 .include "../../devel/R-Rcpp/buildlink3.mk"
Index: pkgsrc/math/R-RcppArmadillo/distinfo
diff -u pkgsrc/math/R-RcppArmadillo/distinfo:1.7 pkgsrc/math/R-RcppArmadillo/distinfo:1.8
--- pkgsrc/math/R-RcppArmadillo/distinfo:1.7    Sat Jul  8 07:02:39 2023
+++ pkgsrc/math/R-RcppArmadillo/distinfo        Wed Jan 24 03:51:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/07/08 07:02:39 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/01/24 03:51:30 mef Exp $
 
-BLAKE2s (R/RcppArmadillo_0.12.4.1.0.tar.gz) = a0f089b6e63d48a2e1447f81bb758ac0ba546b19e6125b3918a1041f794996c2
-SHA512 (R/RcppArmadillo_0.12.4.1.0.tar.gz) = 33ad6c44606f1d16a67861aafdb0ea5750eb795974bfb0a594408e6ba82eedc3a1f8efd1cb5003cf3a4766cafd6fd6d6a4270d043339de3a56f22de22aa9b15f
-Size (R/RcppArmadillo_0.12.4.1.0.tar.gz) = 1373512 bytes
+BLAKE2s (R/RcppArmadillo_0.12.6.6.0.tar.gz) = c684ca9d57cf5c71628b0168adde0c105fa1c885126bc650eb17cb6e31ecc5fe
+SHA512 (R/RcppArmadillo_0.12.6.6.0.tar.gz) = 25480dd05548b01a08949c73ed53f566f269a34e1fbfe253111760a010f042b0f3ece6330e4a79635eca77f1473da0320502ff9d196fb2a32c61b9f8613b2751
+Size (R/RcppArmadillo_0.12.6.6.0.tar.gz) = 1403237 bytes



Home | Main Index | Thread Index | Old Index