pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc R-tensorA: initial commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/461331471772
branches:  trunk
changeset: 337615:461331471772
user:      brook <brook%pkgsrc.org@localhost>
date:      Fri Aug 09 15:46:29 2019 +0000

description:
R-tensorA: initial commit

Provides convenience functions for advanced linear algebra with
tensors and computation with datasets of tensors on a higher level
abstraction. It includes Einstein and Riemann summing conventions,
dragging, co- and contravariate indices, parallel computations on
sequences of tensors.

diffstat:

 doc/CHANGES-2019        |   3 ++-
 math/Makefile           |   3 ++-
 math/R-tensorA/DESCR    |   5 +++++
 math/R-tensorA/Makefile |  14 ++++++++++++++
 math/R-tensorA/distinfo |   6 ++++++
 5 files changed, 29 insertions(+), 2 deletions(-)

diffs (68 lines):

diff -r 9ada2d2a3b80 -r 461331471772 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Fri Aug 09 15:43:47 2019 +0000
+++ b/doc/CHANGES-2019  Fri Aug 09 15:46:29 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3326 2019/08/09 15:43:47 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3327 2019/08/09 15:46:29 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5450,3 +5450,4 @@
        Added finance/R-bayesm version 3.1.3 [brook 2019-08-09]
        Added math/R-energy version 1.7.6 [brook 2019-08-09]
        Added math/R-DEoptimR version 1.0.8 [brook 2019-08-09]
+       Added math/R-tensorA version 0.36.1 [brook 2019-08-09]
diff -r 9ada2d2a3b80 -r 461331471772 math/Makefile
--- a/math/Makefile     Fri Aug 09 15:43:47 2019 +0000
+++ b/math/Makefile     Fri Aug 09 15:46:29 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.428 2019/08/09 15:43:47 brook Exp $
+# $NetBSD: Makefile,v 1.429 2019/08/09 15:46:29 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -98,6 +98,7 @@
 SUBDIR+=       R-stabledist
 SUBDIR+=       R-statmod
 SUBDIR+=       R-survey
+SUBDIR+=       R-tensorA
 SUBDIR+=       R-tibble
 SUBDIR+=       R-urca
 SUBDIR+=       R-vctrs
diff -r 9ada2d2a3b80 -r 461331471772 math/R-tensorA/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tensorA/DESCR      Fri Aug 09 15:46:29 2019 +0000
@@ -0,0 +1,5 @@
+Provides convenience functions for advanced linear algebra with
+tensors and computation with datasets of tensors on a higher level
+abstraction. It includes Einstein and Riemann summing conventions,
+dragging, co- and contravariate indices, parallel computations on
+sequences of tensors.
diff -r 9ada2d2a3b80 -r 461331471772 math/R-tensorA/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tensorA/Makefile   Fri Aug 09 15:46:29 2019 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2019/08/09 15:46:29 brook Exp $
+
+R_PKGNAME=     tensorA
+R_PKGVER=      0.36.1
+CATEGORIES=    math
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Advanced tensor arithmetic with named indices
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 9ada2d2a3b80 -r 461331471772 math/R-tensorA/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-tensorA/distinfo   Fri Aug 09 15:46:29 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/09 15:46:29 brook Exp $
+
+SHA1 (R/tensorA_0.36.1.tar.gz) = 0c3ddd01c43fa3853684605a8be16fee4ec95a48
+RMD160 (R/tensorA_0.36.1.tar.gz) = d89d74b492579dca5f569ab465b78dd855d8f57f
+SHA512 (R/tensorA_0.36.1.tar.gz) = bb03707e71d490cee8a41a44af5f6b83df6933ef0e84f9ce1695ace4611bac2d9826cb104bec6faadd3b73203ccb5e0230ea5ef203a36778dbe360dbb0801d60
+Size (R/tensorA_0.36.1.tar.gz) = 47051 bytes



Home | Main Index | Thread Index | Old Index