pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-slam



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Jan 26 01:41:53 UTC 2024

Added Files:
        pkgsrc/math/R-slam: DESCR Makefile distinfo

Log Message:
(math/R-slam) import R-slam-0.1.50, make test passed.

Data structures and algorithms for sparse arrays and matrices, based
on index arrays and simple triplet representations, respectively.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-slam/DESCR pkgsrc/math/R-slam/Makefile \
    pkgsrc/math/R-slam/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-slam/DESCR
diff -u /dev/null pkgsrc/math/R-slam/DESCR:1.1
--- /dev/null   Fri Jan 26 01:41:53 2024
+++ pkgsrc/math/R-slam/DESCR    Fri Jan 26 01:41:53 2024
@@ -0,0 +1,2 @@
+Data structures and algorithms for sparse arrays and matrices, based
+on index arrays and simple triplet representations, respectively.
Index: pkgsrc/math/R-slam/Makefile
diff -u /dev/null pkgsrc/math/R-slam/Makefile:1.1
--- /dev/null   Fri Jan 26 01:41:53 2024
+++ pkgsrc/math/R-slam/Makefile Fri Jan 26 01:41:53 2024
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2024/01/26 01:41:53 mef Exp $
+
+R_PKGNAME=     slam
+R_PKGVER=      0.1-50
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Sparse Lightweight Arrays and Matrices
+LICENSE=       gnu-gpl-v2
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+
+USE_LANGUAGES= c fortran
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-slam/distinfo
diff -u /dev/null pkgsrc/math/R-slam/distinfo:1.1
--- /dev/null   Fri Jan 26 01:41:53 2024
+++ pkgsrc/math/R-slam/distinfo Fri Jan 26 01:41:53 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/01/26 01:41:53 mef Exp $
+
+BLAKE2s (R/slam_0.1-50.tar.gz) = ee6b628443ea08d692d169082d24797f51d33b9c0394e4aed54dd96d6e96b3d9
+SHA512 (R/slam_0.1-50.tar.gz) = 159d9de537c7392abbcbff4c0b6187e77de98c20a1d4a91d6afe6985f911814f94ddfddcecae2b7b6f0546fcf0a543a6e15652bb6a15c836803b1ce3d8cc3e9e
+Size (R/slam_0.1-50.tar.gz) = 53641 bytes



Home | Main Index | Thread Index | Old Index