pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-RcppEigen



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Jan 22 02:25:48 UTC 2018

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

Log Message:
Update to 0.3.3.3.1
Add blas and lapack as DEPENDS

Upstream changes:
2017-11-19  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Release 0.3.3.3.1

        * R/inline.R: Use '::' not ':::' for Rcpp.plugin.maker

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

        * .travis.yml (before_install): Use https for curl fetch

2017-06-06  Yu Gong  <armgong%yahoo.com@localhost>

        * inst/include/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h:
        Also permit compilation under Haiku-OS

2017-05-28  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * inst/examples/lmBenchmark.R (do_bench): Remove spurious argument in
        call to RcppEigen:::Eigen_SSE() (cf github issue #44)

2017-04-29  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION: Release 0.3.3.3.0

        [ which again owes a very big thank you to Yixuan for doing the work! ]

2017-04-27  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * .travis.yml: Switch to using run.sh for Travis CI

2017-04-27  Yixuan Qiu  <yixuan.qiu%cos.name@localhost>

        [ In RcppEigen 0.3.3.* branch ]

        * inst/include/Eigen/src/Core/arch/CUDA/Half.h: Fixed compiler warning
        on 'long long' type in C++ 98 mode

2017-03-14  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (Version, Date): Release 0.3.2.9.1

        * src/init.c (R_init_RcppEigen): Call R_registerRoutines()
        and R_useDynamicSymbols()

        * NAMESPACE: Use .registration=TRUE on useDynLib

        * R/fastLm.R (fastLmPure): Remove erroneous fourth argument from .Call

2017-03-13  Martin Maechler  <maechler%r-project.org@localhost>

        * inst/include/RcppEigenCholmod.h: Synchronize with Matrix package

2017-02-21  Yixuan Qiu  <yixuan.qiu%cos.name@localhost>

        [ In RcppEigen 0.3.3.* branch ]

        * inst/include/Eigen: Updated to release 3.3.3 of Eigen
        * inst/include/unsupported: Idem
        * DESCRIPTION: Idem
        * README.md: Idem

2017-01-20  Yixuan Qiu  <yixuan.qiu%cos.name@localhost>

        [ In RcppEigen 0.3.3.* branch ]

        * inst/include/Eigen: Updated to release 3.3.2 of Eigen
        * inst/include/unsupported: Idem
        * DESCRIPTION: Idem
        * README.md: Idem

        * inst/unitTests/runit.RcppEigen.R, inst/unitTests/runit.sparse.R:
        Explicitly convert matrix size to `double` type such that Rcpp can
        properly return the value to R, thanks to ChingChuan and Dirk

2017-01-20  ChingChuan Chen  <zw12356%gmail.com@localhost>

        [ In RcppEigen 0.3.3.* branch ]

        * inst/include/Eigen: Updated to release 3.3.1 of Eigen
        * inst/include/unsupported: Idem
        * DESCRIPTION: Idem

        * inst/examples/lmBenchmark.R: Fixed function names

2016-12-22  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * DESCRIPTION (URL, BugReports): Added / updated

2016-11-12  Yixuan Qiu  <yixuan.qiu%cos.name@localhost>

        [ In RcppEigen 0.3.3.* branch ]

        * inst/include/Eigen: Updated to release 3.3.0 of Eigen
        * inst/include/unsupported: Idem
        * DESCRIPTION: Idem
        * README.md: Idem

        * inst/include/RcppEigenForward.h, inst/include/RcppEigenWrap.h:
        Added exporters for the new Map<SparseMatrix<T> > type
        * inst/unitTests/runit.sparse.R: Unit tests for the new type

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

        * DESCRIPTION: Release 0.3.2.9.0 with big thanks to Yixuan for doing
        the work!

2016-08-19  Yixuan Qiu  <yixuan.qiu%cos.name@localhost>

        * inst/include/Eigen: Updated to release 3.2.9 of Eigen

        * README.md: Updated version number and fixed the NOTE from CRAN URL
        check

2016-04-30  Dirk Eddelbuettel  <edd%debian.org@localhost>

        * README.md: Expanded

2016-04-28  James Joseph Balamuta <balamut2%illinois.edu@localhost>

        * inst/include/RcppEigenWrap.h: Added an exporter class for
        Map::RowVectorX<t> per http://stackoverflow.com/questions/36920689/
        * inst/include/unitTests/runit.RcppEigen.R: Added row exporter unit
        test.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.

Modified files:

Index: pkgsrc/math/R-RcppEigen/Makefile
diff -u pkgsrc/math/R-RcppEigen/Makefile:1.1 pkgsrc/math/R-RcppEigen/Makefile:1.2
--- pkgsrc/math/R-RcppEigen/Makefile:1.1        Wed Jul 27 03:53:50 2016
+++ pkgsrc/math/R-RcppEigen/Makefile    Mon Jan 22 02:25:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/07/27 03:53:50 wen Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/22 02:25:48 wen Exp $
 
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
@@ -9,10 +9,12 @@ COMMENT=      Rcpp integration for the Eigen 
 LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
 
 R_PKGNAME=     RcppEigen
-R_PKGVER=      0.3.2.8.1
+R_PKGVER=      0.3.3.3.1
 
 USE_LANGUAGES= c c++ fortran
 
 .include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../math/blas/buildlink3.mk"
+.include "../../math/lapack/buildlink3.mk"
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-RcppEigen/distinfo
diff -u pkgsrc/math/R-RcppEigen/distinfo:1.1 pkgsrc/math/R-RcppEigen/distinfo:1.2
--- pkgsrc/math/R-RcppEigen/distinfo:1.1        Wed Jul 27 03:53:50 2016
+++ pkgsrc/math/R-RcppEigen/distinfo    Mon Jan 22 02:25:48 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/07/27 03:53:50 wen Exp $
+$NetBSD: distinfo,v 1.2 2018/01/22 02:25:48 wen Exp $
 
-SHA1 (R/RcppEigen_0.3.2.8.1.tar.gz) = 4dd0664dd4cde479ed7f8b8b7d02974d4b85402e
-RMD160 (R/RcppEigen_0.3.2.8.1.tar.gz) = bfcfda699f96309c6b8cc63d3ac5cce6c227490e
-SHA512 (R/RcppEigen_0.3.2.8.1.tar.gz) = 335fb04c5e3ce73ef49108372c1f3e5510284a2847137b2063beef8a78cea5e7fa4aa303238f0e9bbd812989dcd286c8283336e09132a8788bb8f7888802af46
-Size (R/RcppEigen_0.3.2.8.1.tar.gz) = 1240083 bytes
+SHA1 (R/RcppEigen_0.3.3.3.1.tar.gz) = 991a85952672c200b9172d44dd5fb4b006d51516
+RMD160 (R/RcppEigen_0.3.3.3.1.tar.gz) = dc023f1067773fe7ef6121c93fd37ad4364c22ea
+SHA512 (R/RcppEigen_0.3.3.3.1.tar.gz) = 06f4d320dd0782c2c68ee310cbefc3b494f7f27dba2a71f9e9311b1f1170ad79097b5291b2455cbe297c0c01207ba668f964951d99cf3878abd15f7467455e45
+Size (R/RcppEigen_0.3.3.3.1.tar.gz) = 1627022 bytes



Home | Main Index | Thread Index | Old Index