Ravenports generated: 24 Feb 2024 23:39
[ravenports.git] / bucket_B6 / R-parallelly
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               R-parallelly
4 VERSION=                1.37.0
5 KEYWORDS=               cran
6 VARIANTS=               standard
7 SDESC[standard]=        Enhancing the 'parallel' Package
8 HOMEPAGE=               https://parallelly.futureverse.org
9 CONTACT=                CRAN_Automaton[cran@ironwolf.systems]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            CRAN/src/contrib
13                         https://loki.dragonflybsd.org/cranfiles/
14 DISTFILE[1]=            parallelly_1.37.0.tar.gz:main
15 DIST_SUBDIR=            CRAN
16 DF_INDEX=               1
17 SPKGS[standard]=        single
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 USES=                   cran gmake
23
24 DISTNAME=               parallelly
25
26 GENERATED=              yes
27
28 INSTALL_REQ_TOOLCHAIN=  yes
29
30 [FILE:754:descriptions/desc.single]
31 parallelly: Enhancing the 'parallel' Package
32
33 Utility functions that enhance the 'parallel' package and support the
34 built-in parallel backends of the 'future' package. For example,
35 availableCores() gives the number of CPU cores available to your R process
36 as given by the operating system, 'cgroups' and Linux containers, R
37 options, and environment variables, including those set by job schedulers
38 on high-performance compute clusters. If none is set, it will fall back to
39 parallel::detectCores(). Another example is makeClusterPSOCK(), which is
40 backward compatible with parallel::makePSOCKcluster() while doing a better
41 job in setting up remote cluster workers without the need for configuring
42 the firewall to do port-forwarding to your local computer.
43
44
45 [FILE:108:distinfo]
46 41e55e083e4250ddb336d14c6d8bd4d652b2cc4999a89d7228af97375574f9a7       146152 CRAN/parallelly_1.37.0.tar.gz
47
48
49 [FILE:198:patches/patch-src_test__tcp__port.c]
50 --- src/test_tcp_port.c.orig    2024-02-02 01:02:32 UTC
51 +++ src/test_tcp_port.c
52 @@ -5,6 +5,7 @@
53  #ifdef _WIN32
54  #include <winsock2.h>
55  #else
56 +#include <sys/socket.h>
57  #include <netinet/in.h>
58  #endif
59  
60