Skip to content

Commit

Permalink
(devel/R-cyclocomp) Updated 1.1.0 to 1.1.1
Browse files Browse the repository at this point in the history
# cyclocomp 1.1.1

* cyclocomp is now much faster on long linear code (@etiennebacher, #21).
  • Loading branch information
mef committed Jan 20, 2024
1 parent eb16e36 commit 6e31693
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions devel/R-cyclocomp/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.1 2020/02/10 14:18:23 mef Exp $
# $NetBSD: Makefile,v 1.2 2024/01/20 05:48:54 mef Exp $

R_PKGNAME= cyclocomp
R_PKGVER= 1.1.0
R_PKGVER= 1.1.1
CATEGORIES= devel

MAINTAINER= [email protected]
Expand All @@ -14,6 +14,8 @@ DEPENDS+= R-desc>=1.2.0:../../devel/R-desc
DEPENDS+= R-remotes>=2.1.0:../../devel/R-remotes
DEPENDS+= R-withr>=2.1.2:../../devel/R-withr

TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat

USE_LANGUAGES= # none

.include "../../math/R/Makefile.extension"
Expand Down
8 changes: 4 additions & 4 deletions devel/R-cyclocomp/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2021/10/26 10:14:03 nia Exp $
$NetBSD: distinfo,v 1.4 2024/01/20 05:48:54 mef Exp $

BLAKE2s (R/cyclocomp_1.1.0.tar.gz) = d154b9308162655352d6b47428ab281719913e831b3e789afe61b3abf65002cc
SHA512 (R/cyclocomp_1.1.0.tar.gz) = 4c3fabe85379abe3c6815ffdf4d4fb59b0bce2c87f6ef08584ea2fda4c10a8727c408e31b2dab5c4c6e65e5b9af7718449b522be7ca83a6345752882a5e86033
Size (R/cyclocomp_1.1.0.tar.gz) = 8407 bytes
BLAKE2s (R/cyclocomp_1.1.1.tar.gz) = a6db0760095fcc545bd609ee5a0d3eaa0eb3fef442e74993f8a0de85a8df746f
SHA512 (R/cyclocomp_1.1.1.tar.gz) = d1c7b0956535dea98173eae55aa87fdf0de854cf56d27721938d586067491e4d51192e71335011c5e1a537ecbc99e9d8f29d816e7dc96276b06cef5a4db944fe
Size (R/cyclocomp_1.1.1.tar.gz) = 8584 bytes

0 comments on commit 6e31693

Please sign in to comment.