Ravenports generated: 02 Apr 2022 04:36
[ravenports.git] / bucket_16 / R-igraph
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               R-igraph
4 VERSION=                1.3.0
5 KEYWORDS=               cran
6 VARIANTS=               standard
7 SDESC[standard]=        Network Analysis and Visualization
8 HOMEPAGE=               https://igraph.org
9 CONTACT=                CRAN_Automaton[cran@ironwolf.systems]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            CRAN/src/contrib
13 DISTFILE[1]=            igraph_1.3.0.tar.gz:main
14 DIST_SUBDIR=            CRAN
15 DF_INDEX=               1
16 SPKGS[standard]=        single
17
18 OPTIONS_AVAILABLE=      none
19 OPTIONS_STANDARD=       none
20
21 BUILDRUN_DEPENDS=       R-magrittr:single:standard
22                         R-pkgconfig:single:standard
23
24 USES=                   cran gmake
25
26 DISTNAME=               igraph
27
28 GENERATED=              yes
29
30 INSTALL_REQ_TOOLCHAIN=  yes
31
32 [FILE:250:descriptions/desc.single]
33 igraph: Network Analysis and Visualization
34
35 Routines for simple graphs and network analysis. It can handle large graphs
36 very well and provides functions for generating random and regular graphs,
37 graph visualization, centrality methods and much more.
38
39
40 [FILE:103:distinfo]
41 71e16830d3e825ef71fb00148d05def3d1cafa2e07188285845b52aa2962bf25      2488919 CRAN/igraph_1.3.0.tar.gz
42
43
44 [FILE:706:patches/patch-src_plfit_hzeta.c]
45 NetBSD does not support log1pl
46
47 --- src/plfit/hzeta.c.orig      2021-10-14 20:57:32 UTC
48 +++ src/plfit/hzeta.c
49 @@ -393,7 +393,7 @@ double hsl_sf_hzeta_deriv2(const double
50  
51  static inline
52  double hsl_sf_hZeta0_zed(const double s, const double q) {
53 -#if 1
54 +#if !defined(__NetBSD__)
55         const long double ld_q=(long double)(q);
56         const long double ld_s=(long double)(s);
57         const long double ld_log1prq=log1pl(1.0L/ld_q);
58 @@ -468,7 +468,7 @@ int hsl_sf_hZeta0(const double s, const
59  
60  static inline
61  double hsl_sf_hZeta1_zed(const double s, const double q) {
62 -#if 1
63 +#if !defined(__NetBSD__) 
64         const long double ld_q=(long double)(q);
65         const long double ld_s=(long double)(s);
66         const long double ld_sm1=ld_s-1.0L;
67