pkgsrc-WIP-changes archive

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

R-parallelly: import R-parallelly-1.36.0 as wip/R-parallelly



Module Name:	pkgsrc-wip
Committed By:	Brook Milligan <brook%nmsu.edu@localhost>
Pushed By:	brook
Date:		Fri Dec 1 13:13:43 2023 -0700
Changeset:	6b20cd12fcf7345f252483cd53f84b539d9cf86d

Modified Files:
	Makefile
Added Files:
	R-parallelly/DESCR
	R-parallelly/Makefile
	R-parallelly/distinfo

Log Message:
R-parallelly: import R-parallelly-1.36.0 as wip/R-parallelly

Utility functions that enhance the 'parallel' package and support the
built-in parallel backends of the 'future' package.  For example,
availableCores() gives the number of CPU cores available to your R
process as given by the operating system, 'cgroups' and Linux
containers, R options, and environment variables, including those set
by job schedulers on high-performance compute clusters. If none is
set, it will fall back to parallel::detectCores(). Another example is
makeClusterPSOCK(), which is backward compatible with
parallel::makePSOCKcluster() while doing a better job in setting up
remote cluster workers without the need for configuring the firewall
to do port-forwarding to your local computer.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b20cd12fcf7345f252483cd53f84b539d9cf86d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 R-parallelly/DESCR    | 11 +++++++++++
 R-parallelly/Makefile | 14 ++++++++++++++
 R-parallelly/distinfo |  5 +++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 746a06d8ee..ee86dcb743 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ SUBDIR+=	R-np
 SUBDIR+=	R-npsurv
 SUBDIR+=	R-oai
 SUBDIR+=	R-optparse
+SUBDIR+=	R-parallelly
 SUBDIR+=	R-rgbif
 SUBDIR+=	R-signal
 SUBDIR+=	R-triebeard
diff --git a/R-parallelly/DESCR b/R-parallelly/DESCR
new file mode 100644
index 0000000000..141d5f1550
--- /dev/null
+++ b/R-parallelly/DESCR
@@ -0,0 +1,11 @@
+Utility functions that enhance the 'parallel' package and support the
+built-in parallel backends of the 'future' package.  For example,
+availableCores() gives the number of CPU cores available to your R
+process as given by the operating system, 'cgroups' and Linux
+containers, R options, and environment variables, including those set
+by job schedulers on high-performance compute clusters. If none is
+set, it will fall back to parallel::detectCores(). Another example is
+makeClusterPSOCK(), which is backward compatible with
+parallel::makePSOCKcluster() while doing a better job in setting up
+remote cluster workers without the need for configuring the firewall
+to do port-forwarding to your local computer.
diff --git a/R-parallelly/Makefile b/R-parallelly/Makefile
new file mode 100644
index 0000000000..2a1ce21f8a
--- /dev/null
+++ b/R-parallelly/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+R_PKGNAME=	parallelly
+R_PKGVER=	1.36.0
+CATEGORIES=	parallel
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+COMMENT=	Enhancing the 'parallel' Package
+LICENSE=	gnu-lgpl-v2.1
+
+USE_LANGUAGES=	# none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-parallelly/distinfo b/R-parallelly/distinfo
new file mode 100644
index 0000000000..5a266d06eb
--- /dev/null
+++ b/R-parallelly/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (R/parallelly_1.36.0.tar.gz) = 935de6121b770789b0e707f4f4f62a1c3f6c08831057cb850b169d8c3d8de0e2
+SHA512 (R/parallelly_1.36.0.tar.gz) = e58cfc80ecc3ce863a11e309ff2f720f96c789760651b9d5a6b98559d3365811726a748e40a3a3f3a7006021b72a7c6b4c28c200874dd7758174054b8a988b1f
+Size (R/parallelly_1.36.0.tar.gz) = 141332 bytes


Home | Main Index | Thread Index | Old Index