2023-11-09 14:01:09 +08:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup R 1.0
|
|
|
|
|
|
2024-11-16 12:43:49 +08:00
|
|
|
R.setup cran NicChr cppdoubles 0.3.0
|
|
|
|
|
revision 0
|
2023-11-09 14:01:09 +08:00
|
|
|
categories-append math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2023-11-09 14:01:09 +08:00
|
|
|
license MIT
|
|
|
|
|
description Fast relative comparisons of floating point numbers in C++
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
homepage https://github.com/NicChr/cppdoubles
|
2024-11-16 12:43:49 +08:00
|
|
|
checksums rmd160 bf00e7102cb598f3e9fa8fa546e3e25dbeafa0c0 \
|
|
|
|
|
sha256 7a5f9a5e82124298ecc73c66b0f5c912126cba55cf5691e80eb9aa47046e8e38 \
|
|
|
|
|
size 9498
|
2023-11-09 14:01:09 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-cpp11
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-bench \
|
|
|
|
|
port:R-testthat
|
|
|
|
|
|
|
|
|
|
test.run yes
|