# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= R-wk VERSION= 0.6.0 KEYWORDS= cran VARIANTS= standard SDESC[standard]= Lightweight Well-Known Geometry Parsing HOMEPAGE= https://paleolimbot.github.io/wk/ CONTACT= CRAN_Automaton[cran@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= CRAN/src/contrib DISTFILE[1]= wk_0.6.0.tar.gz:main DIST_SUBDIR= CRAN DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none USES= cran gmake DISTNAME= wk GENERATED= yes INSTALL_REQ_TOOLCHAIN= yes [FILE:447:descriptions/desc.single] wk: Lightweight Well-Known Geometry Parsing Provides a minimal R and C++ API for parsing well-known binary and well-known text representation of geometries to and from R-native formats. Well-known binary is compact and fast to parse; well-known text is human-readable and is useful for writing tests. These formats are only useful in R if the information they contain can be accessed in R, for which high-performance functions are provided here. [FILE:99:distinfo] af2c2837056a6dcc9f64d5ace29601d6d668c95769f855ca0329648d7326eaf5 193841 CRAN/wk_0.6.0.tar.gz [FILE:446:patches/patch-src_internal_fast__float_fast__float.h] --- src/internal/fast_float/fast_float.h.orig 2021-12-21 00:36:19 UTC +++ src/internal/fast_float/fast_float.h @@ -166,7 +166,7 @@ from_chars_result from_chars_advanced(co #ifdef _WIN32 #define FASTFLOAT_IS_BIG_ENDIAN 0 #else -#if defined(__APPLE__) || defined(__FreeBSD__) +#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__) #include #elif defined(sun) || defined(__sun) #include