pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/R-SparseM
Module Name: pkgsrc
Committed By: wen
Date: Mon Jan 22 07:21:29 UTC 2018
Modified Files:
pkgsrc/math/R-SparseM: Makefile distinfo
Log Message:
Update to 1.77
Upstream changes:
The version 1.71
1. Fixed the REAL*8 and INTEGER*4 occurences in accordance with Kurt's email.
The version 1.73
1. changed occurences of unix.time to system.time in accordance with Kurt's
directive.
The version 1.74
1. One more unix -> system
The version 1.75
1. package -> PACKAGE [per Kurt's email of 3/2/17]
The version 1.76
1. Used package_native_routine_registration_skeleton to remove
PACKAGE = SparseM [per Kurt's email of 3/2/17]
The version 1.77
1. Changed setMethod for diag (matrix.csr) in accordance with MM's suggestion
2. removed setGeneric for image also suggested by MM.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/R-SparseM/Makefile \
pkgsrc/math/R-SparseM/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/R-SparseM/Makefile
diff -u pkgsrc/math/R-SparseM/Makefile:1.1 pkgsrc/math/R-SparseM/Makefile:1.2
--- pkgsrc/math/R-SparseM/Makefile:1.1 Fri Jan 1 05:23:13 2016
+++ pkgsrc/math/R-SparseM/Makefile Mon Jan 22 07:21:29 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/01/01 05:23:13 wen Exp $
+# $NetBSD: Makefile,v 1.2 2018/01/22 07:21:29 wen Exp $
#
CATEGORIES= math
@@ -10,7 +10,7 @@ COMMENT= Sparse Linear Algebra
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
R_PKGNAME= SparseM
-R_PKGVER= 1.7
+R_PKGVER= 1.77
USE_LANGUAGES= c fortran
Index: pkgsrc/math/R-SparseM/distinfo
diff -u pkgsrc/math/R-SparseM/distinfo:1.1 pkgsrc/math/R-SparseM/distinfo:1.2
--- pkgsrc/math/R-SparseM/distinfo:1.1 Fri Jan 1 05:23:13 2016
+++ pkgsrc/math/R-SparseM/distinfo Mon Jan 22 07:21:29 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/01/01 05:23:13 wen Exp $
+$NetBSD: distinfo,v 1.2 2018/01/22 07:21:29 wen Exp $
-SHA1 (R/SparseM_1.7.tar.gz) = 137dd6627d948497b768509b83826f9211067db3
-RMD160 (R/SparseM_1.7.tar.gz) = 65d21275bc5c233963be32647175c1e8da7c90ee
-SHA512 (R/SparseM_1.7.tar.gz) = 3b45456fd4250cccdc62180e4103e04a7bfe4839f422aaa4eda852b0e44c7cb7476553565899f91ae05a2d4270168a4d1392ef1f1011ae3e72bc4a5aa6fcc40a
-Size (R/SparseM_1.7.tar.gz) = 598188 bytes
+SHA1 (R/SparseM_1.77.tar.gz) = bdd0b56a3e0cf8e8c1d45ce8878884e64a6f5212
+RMD160 (R/SparseM_1.77.tar.gz) = f53cf9879b08e670e4569211af7148dfc9cb07ff
+SHA512 (R/SparseM_1.77.tar.gz) = c46cbd87f79b41e317b9e6973bb5219bcdc60fbbea9d96ec01b542268249bf8dbd27177c552346edd20f54be818f7f805a98cc7bf908fdd860a3bc70b06c1213
+Size (R/SparseM_1.77.tar.gz) = 756317 bytes
Home |
Main Index |
Thread Index |
Old Index