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:   minskim
Date:           Thu Mar 22 15:36:04 UTC 2018

Added Files:
        pkgsrc/math/R-RcppArmadillo: DESCR Makefile buildlink3.mk distinfo

Log Message:
math/R-RcppArmadillo: Import version 0.8.300.1.0

Armadillo is a templated C++ linear algebra library (by Conrad
Sanderson) that aims towards a good balance between speed and ease of
use. Integer, floating point and complex numbers are supported, as
well as a subset of trigonometric and statistics functions. Various
matrix decompositions are provided through optional integration with
LAPACK and ATLAS libraries.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-RcppArmadillo/DESCR \
    pkgsrc/math/R-RcppArmadillo/Makefile \
    pkgsrc/math/R-RcppArmadillo/buildlink3.mk \
    pkgsrc/math/R-RcppArmadillo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/R-RcppArmadillo/DESCR
diff -u /dev/null pkgsrc/math/R-RcppArmadillo/DESCR:1.1
--- /dev/null   Thu Mar 22 15:36:04 2018
+++ pkgsrc/math/R-RcppArmadillo/DESCR   Thu Mar 22 15:36:04 2018
@@ -0,0 +1,6 @@
+Armadillo is a templated C++ linear algebra library (by Conrad
+Sanderson) that aims towards a good balance between speed and ease of
+use. Integer, floating point and complex numbers are supported, as
+well as a subset of trigonometric and statistics functions. Various
+matrix decompositions are provided through optional integration with
+LAPACK and ATLAS libraries.
Index: pkgsrc/math/R-RcppArmadillo/Makefile
diff -u /dev/null pkgsrc/math/R-RcppArmadillo/Makefile:1.1
--- /dev/null   Thu Mar 22 15:36:04 2018
+++ pkgsrc/math/R-RcppArmadillo/Makefile        Thu Mar 22 15:36:04 2018
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/03/22 15:36:04 minskim Exp $
+
+CATEGORIES=    math
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://dirk.eddelbuettel.com/code/rcpp.armadillo.html
+COMMENT=       Testing linear regression models
+LICENSE=       gnu-gpl-v2
+
+R_PKGNAME=     RcppArmadillo
+R_PKGVER=      0.8.300.1.0
+
+USE_LANGUAGES= c++11 fortran
+
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-RcppArmadillo/buildlink3.mk
diff -u /dev/null pkgsrc/math/R-RcppArmadillo/buildlink3.mk:1.1
--- /dev/null   Thu Mar 22 15:36:04 2018
+++ pkgsrc/math/R-RcppArmadillo/buildlink3.mk   Thu Mar 22 15:36:04 2018
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/03/22 15:36:04 minskim Exp $
+
+BUILDLINK_TREE+=       R-RcppArmadillo
+
+.if !defined(R_RCPPARMADILLO_BUILDLINK3_MK)
+R_RCPPARMADILLO_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.R-RcppArmadillo+=        R-RcppArmadillo>=0.8.300.1.0
+BUILDLINK_PKGSRCDIR.R-RcppArmadillo?=  ../../math/R-RcppArmadillo
+
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.endif # R_RCPPARMADILLO_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -R-RcppArmadillo
Index: pkgsrc/math/R-RcppArmadillo/distinfo
diff -u /dev/null pkgsrc/math/R-RcppArmadillo/distinfo:1.1
--- /dev/null   Thu Mar 22 15:36:04 2018
+++ pkgsrc/math/R-RcppArmadillo/distinfo        Thu Mar 22 15:36:04 2018
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2018/03/22 15:36:04 minskim Exp $
+
+SHA1 (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 37a1e3b8c1ca16924bfad9e429db03a064d9b4c2
+RMD160 (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 5e68e1f9899373d54907508268a08ca6f635463b
+SHA512 (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 47e684e651f2c47f5f275fc9e256471b1b993663a56732aa031bafea08e0b28d185f24e47aa12ed577f5a9e38a694cb5a2413a6505a33e58b6a2382993b2a46b
+Size (R/RcppArmadillo_0.8.300.1.0.tar.gz) = 1318517 bytes
+SHA1 (patch-configure) = fe37058ac76616d6b781de9d60484feec19ba154



Home | Main Index | Thread Index | Old Index