diff options
author | wen <wen@pkgsrc.org> | 2018-01-22 07:21:29 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-01-22 07:21:29 +0000 |
commit | b25ad44df9472ecd4cb171873f4110929b3fb84a (patch) | |
tree | a34beead47808e3e9f5b72754fda9b4d8b0905dc /math | |
parent | 2502c3ff15a2cfb07b402c177d2e22dbc236d32d (diff) | |
download | pkgsrc-b25ad44df9472ecd4cb171873f4110929b3fb84a.tar.gz |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-SparseM/Makefile | 4 | ||||
-rw-r--r-- | math/R-SparseM/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-SparseM/Makefile b/math/R-SparseM/Makefile index 72aac9b32b2..eaff3e93d5b 100644 --- a/math/R-SparseM/Makefile +++ b/math/R-SparseM/Makefile @@ -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 diff --git a/math/R-SparseM/distinfo b/math/R-SparseM/distinfo index 554eab44253..879551c1f41 100644 --- a/math/R-SparseM/distinfo +++ b/math/R-SparseM/distinfo @@ -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 |