# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-igraph VERSION= 1.2.9 KEYWORDS= cran VARIANTS= standard SDESC[standard]= Network Analysis and Visualization HOMEPAGE= https://igraph.org CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib DISTFILE[1]= igraph_1.2.9.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILDRUN_DEPENDS= R-magrittr:single:standard R-pkgconfig:single:standard USES= cran gmake DISTNAME= igraph GENERATED= yes INSTALL_REQ_TOOLCHAIN= yes [FILE:250:descriptions/desc.single] igraph: Network Analysis and Visualization Routines for simple graphs and network analysis. It can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality methods and much more. [FILE:103:distinfo] aef3790f26532dea86da7255bef98b787dde58a667fcf24b8f02cc91ef2e37cc 2396820 CRAN/igraph_1.2.9.tar.gz [FILE:706:patches/patch-src_plfit_hzeta.c] NetBSD does not support log1pl --- src/plfit/hzeta.c.orig 2021-10-14 20:57:32 UTC +++ src/plfit/hzeta.c @@ -393,7 +393,7 @@ double hsl_sf_hzeta_deriv2(const double static inline double hsl_sf_hZeta0_zed(const double s, const double q) { -#if 1 +#if !defined(__NetBSD__) const long double ld_q=(long double)(q); const long double ld_s=(long double)(s); const long double ld_log1prq=log1pl(1.0L/ld_q); @@ -468,7 +468,7 @@ int hsl_sf_hZeta0(const double s, const static inline double hsl_sf_hZeta1_zed(const double s, const double q) { -#if 1 +#if !defined(__NetBSD__) const long double ld_q=(long double)(q); const long double ld_s=(long double)(s); const long double ld_sm1=ld_s-1.0L;