2024-05-19 18:55:24 +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
|
|
|
|
|
|
|
|
|
|
R.setup github Chingchuan-chen RcppBlaze 1.0.1 v
|
|
|
|
|
revision 0
|
|
|
|
|
categories-append math
|
2026-04-11 19:42:02 +04:00
|
|
|
maintainers nomaintainer
|
2024-05-19 18:55:24 +08:00
|
|
|
license BSD
|
|
|
|
|
description Rcpp integration for the Blaze \
|
|
|
|
|
high-performance C++ math library
|
|
|
|
|
long_description {*}${description}
|
|
|
|
|
homepage https://bitbucket.org/blaze-lib/blaze
|
|
|
|
|
checksums rmd160 1f594369ec912abd443419df0ab309d4bf1b6bd9 \
|
|
|
|
|
sha256 a021dac888a3135330acfeee4a232da1ff0fae9b1b1d7b243b5919a1ed3753ea \
|
|
|
|
|
size 3203080
|
|
|
|
|
github.tarball_from archive
|
|
|
|
|
|
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
|
|
|
|
|
|
compilers.setup require_fortran
|
|
|
|
|
|
|
|
|
|
depends_test-append port:R-MatrixExtra \
|
|
|
|
|
port:R-microbenchmark \
|
|
|
|
|
port:R-pkgKitten \
|
|
|
|
|
port:R-tinytest
|
|
|
|
|
|
|
|
|
|
test.run yes
|