pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc (parallel/R-doParallel) (benchmarks/R-mlbench) Added



details:   https://anonhg.NetBSD.org/pkgsrc/rev/232042177c86
branches:  trunk
changeset: 390326:232042177c86
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 12:53:18 2022 +0000

description:
(parallel/R-doParallel) (benchmarks/R-mlbench) Added

diffstat:

 benchmarks/Makefile |  3 ++-
 doc/CHANGES-2022    |  4 +++-
 parallel/Makefile   |  3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diffs (45 lines):

diff -r 2aa8f69bc3f9 -r 232042177c86 benchmarks/Makefile
--- a/benchmarks/Makefile       Sun Dec 18 12:50:30 2022 +0000
+++ b/benchmarks/Makefile       Sun Dec 18 12:53:18 2022 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.61 2022/12/18 09:28:31 mef Exp $
+# $NetBSD: Makefile,v 1.62 2022/12/18 12:53:18 mef Exp $
 #
 
 COMMENT=       Benchmarking tools
 
 SUBDIR+=       R-bench
 SUBDIR+=       R-microbenchmark
+SUBDIR+=       R-mlbench
 SUBDIR+=       R-profmem
 SUBDIR+=       R-profvis
 SUBDIR+=       R-rbenchmark
diff -r 2aa8f69bc3f9 -r 232042177c86 doc/CHANGES-2022
--- a/doc/CHANGES-2022  Sun Dec 18 12:50:30 2022 +0000
+++ b/doc/CHANGES-2022  Sun Dec 18 12:53:18 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.6238 2022/12/18 12:39:02 mef Exp $
+$NetBSD: CHANGES-2022,v 1.6239 2022/12/18 12:53:18 mef Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -9357,3 +9357,5 @@
        Updated math/R-energy to 1.7.10 [mef 2022-12-18]
        Updated math/R-compositions to 2.0.4 [mef 2022-12-18]
        Updated math/R-geoR to 1.9.2 [mef 2022-12-18]
+       Added parallel/R-doParallel version 1.0.17 [mef 2022-12-18]
+       Added benchmarks/R-mlbench version 2.1.3 [mef 2022-12-18]
diff -r 2aa8f69bc3f9 -r 232042177c86 parallel/Makefile
--- a/parallel/Makefile Sun Dec 18 12:50:30 2022 +0000
+++ b/parallel/Makefile Sun Dec 18 12:53:18 2022 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.37 2022/03/25 10:46:04 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2022/12/18 12:53:18 mef Exp $
 #
 
 COMMENT=       Applications dealing with parallelism in computing
 
+SUBDIR+=       R-doParallel
 SUBDIR+=       R-promises
 SUBDIR+=       clusterit
 SUBDIR+=       dqs



Home | Main Index | Thread Index | Old Index