# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-igraph VERSION= 2.1.4 KEYWORDS= cran VARIANTS= std SDESC[std]= 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.1.4.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 SPKGS[std]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= glpk:dev:std gmp:dev:std BUILDRUN_DEPENDS= R-cli:single:std R-lifecycle:single:std R-magrittr:single:std R-pkgconfig:single:std R-rlang:single:std R-vctrs:single:std R-cpp11:single:std glpk:primary:std gmp:primary:std 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] fdced402c9d2e355fd1a5cbd640639fdc97efe50f5b69e9f321a03785a7ab3ed 4997408 CRAN/igraph_2.1.4.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;