# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-igraph VERSION= 2.0.3 KEYWORDS= cran VARIANTS= standard SDESC[standard]= Network Analysis and Visualization HOMEPAGE= https://r.igraph.org/ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib https://loki.dragonflybsd.org/cranfiles/ DISTFILE[1]= igraph_2.0.3.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= glpk:dev:standard gmp:static:standard BUILDRUN_DEPENDS= R-cli:single:standard R-lifecycle:single:standard R-magrittr:single:standard R-pkgconfig:single:standard R-rlang:single:standard R-vctrs:single:standard R-cpp11:single:standard glpk:primary:standard gmp:shared:standard USES= cran gmake iconv zlib GNOME_COMPONENTS= libxml2 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] 8e8a172d4567219474562cfb1085496be3ab356483c4e88011aca1fc3b2d8f76 4967875 CRAN/igraph_2.0.3.tar.gz [FILE:750:patches/patch-src_plfit_hzeta.c] NetBSD does not support log1pl --- src/vendor/cigraph/vendor/plfit/hzeta.c.orig 2024-01-21 22:35:55 UTC +++ src/vendor/cigraph/vendor/plfit/hzeta.c @@ -401,7 +401,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); @@ -477,7 +477,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;