mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
See https://github.com/macports/macports-ports/pull/26909#issuecomment-3339115770
24 lines
841 B
Tcl
24 lines
841 B
Tcl
# -*- 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
|
|
|
|
R.setup cran NicChr cppdoubles 0.3.0
|
|
revision 0
|
|
categories-append math
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Fast relative comparisons of floating point numbers in C++
|
|
long_description {*}${description}
|
|
homepage https://github.com/NicChr/cppdoubles
|
|
checksums rmd160 bf00e7102cb598f3e9fa8fa546e3e25dbeafa0c0 \
|
|
sha256 7a5f9a5e82124298ecc73c66b0f5c912126cba55cf5691e80eb9aa47046e8e38 \
|
|
size 9498
|
|
|
|
depends_lib-append port:R-cpp11
|
|
|
|
depends_test-append port:R-bench \
|
|
port:R-testthat
|
|
|
|
test.run yes
|