pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  9 15:46:29 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-tensorA: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3326 -r1.3327 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.428 -r1.429 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-tensorA/DESCR \
    pkgsrc/math/R-tensorA/Makefile pkgsrc/math/R-tensorA/distinfo

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

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3326 pkgsrc/doc/CHANGES-2019:1.3327
--- pkgsrc/doc/CHANGES-2019:1.3326      Fri Aug  9 15:43:47 2019
+++ pkgsrc/doc/CHANGES-2019     Fri Aug  9 15:46:29 2019
@@ -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 @@ Changes to the packages collection and i
        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]

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.428 pkgsrc/math/Makefile:1.429
--- pkgsrc/math/Makefile:1.428  Fri Aug  9 15:43:47 2019
+++ pkgsrc/math/Makefile        Fri Aug  9 15:46:29 2019
@@ -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-splancs
 SUBDIR+=       R-stabledist
 SUBDIR+=       R-statmod
 SUBDIR+=       R-survey
+SUBDIR+=       R-tensorA
 SUBDIR+=       R-tibble
 SUBDIR+=       R-urca
 SUBDIR+=       R-vctrs

Added files:

Index: pkgsrc/math/R-tensorA/DESCR
diff -u /dev/null pkgsrc/math/R-tensorA/DESCR:1.1
--- /dev/null   Fri Aug  9 15:46:29 2019
+++ pkgsrc/math/R-tensorA/DESCR Fri Aug  9 15:46:29 2019
@@ -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.
Index: pkgsrc/math/R-tensorA/Makefile
diff -u /dev/null pkgsrc/math/R-tensorA/Makefile:1.1
--- /dev/null   Fri Aug  9 15:46:29 2019
+++ pkgsrc/math/R-tensorA/Makefile      Fri Aug  9 15:46:29 2019
@@ -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"
Index: pkgsrc/math/R-tensorA/distinfo
diff -u /dev/null pkgsrc/math/R-tensorA/distinfo:1.1
--- /dev/null   Fri Aug  9 15:46:29 2019
+++ pkgsrc/math/R-tensorA/distinfo      Fri Aug  9 15:46:29 2019
@@ -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