# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-igraph VERSION= 1.3.5 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.3.5.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 R-rlang: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] 9e615d67b6b5b57dfa54ec2bbc8c29da8f7c3fe82af1e35ab27273b1035b9bd4 2499723 CRAN/igraph_1.3.5.tar.gz [FILE:720:patches/patch-src_plfit_hzeta.c] NetBSD does not support log1pl --- src/vendor/plfit/hzeta.c.orig 2022-04-19 16:23:25 UTC +++ src/vendor/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;