summaryrefslogtreecommitdiff
path: root/math/R-RcppEigen
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2018-01-22 02:25:48 +0000
committerwen <wen@pkgsrc.org>2018-01-22 02:25:48 +0000
commit74bb6ad579ae51a281331b52cd7c877e0c38aa82 (patch)
tree782e16beca83798250e998f50367580b7c8a023a /math/R-RcppEigen
parent1706b20ef8c3b9309f0fe85adee6524583b4d54b (diff)
downloadpkgsrc-74bb6ad579ae51a281331b52cd7c877e0c38aa82.tar.gz
Update to 0.3.3.3.1
Add blas and lapack as DEPENDS Upstream changes: 2017-11-19 Dirk Eddelbuettel <edd@debian.org> * 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> * .travis.yml (before_install): Use https for curl fetch 2017-06-06 Yu Gong <armgong@yahoo.com> * inst/include/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h: Also permit compilation under Haiku-OS 2017-05-28 Dirk Eddelbuettel <edd@debian.org> * 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> * 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> * .travis.yml: Switch to using run.sh for Travis CI 2017-04-27 Yixuan Qiu <yixuan.qiu@cos.name> [ 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> * 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> * inst/include/RcppEigenCholmod.h: Synchronize with Matrix package 2017-02-21 Yixuan Qiu <yixuan.qiu@cos.name> [ 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> [ 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> [ 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> * DESCRIPTION (URL, BugReports): Added / updated 2016-11-12 Yixuan Qiu <yixuan.qiu@cos.name> [ 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> * 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> * 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> * README.md: Expanded 2016-04-28 James Joseph Balamuta <balamut2@illinois.edu> * 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.
Diffstat (limited to 'math/R-RcppEigen')
-rw-r--r--math/R-RcppEigen/Makefile6
-rw-r--r--math/R-RcppEigen/distinfo10
2 files changed, 9 insertions, 7 deletions
diff --git a/math/R-RcppEigen/Makefile b/math/R-RcppEigen/Makefile
index e7f2c557145..68f132ec120 100644
--- a/math/R-RcppEigen/Makefile
+++ b/math/R-RcppEigen/Makefile
@@ -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 templated linear algebra library
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"
diff --git a/math/R-RcppEigen/distinfo b/math/R-RcppEigen/distinfo
index fb7245e6178..f311e07db07 100644
--- a/math/R-RcppEigen/distinfo
+++ b/math/R-RcppEigen/distinfo
@@ -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