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
34 lines
1.2 KiB
Tcl
34 lines
1.2 KiB
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 github dipterix lazyarray 40d28b1c8c1f8203525d741884e6106625a3958f
|
|
version 1.1.0.9000
|
|
revision 1
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license AGPL-3
|
|
description Persistent large data array with lazy-loading on demand
|
|
long_description {*}${description}
|
|
checksums rmd160 616099dc3d222e94d6ca6698fe8b653f047f293c \
|
|
sha256 1b556e66f90b27bf36aec0abd4a5a3b7a95bed3f72465d3972d451400021303c \
|
|
size 127738
|
|
|
|
depends_lib-append port:R-filematrix \
|
|
port:R-fstcore \
|
|
port:R-R6 \
|
|
port:R-Rcpp \
|
|
port:R-yaml
|
|
|
|
depends_test-append port:R-dipsaus \
|
|
port:R-fst \
|
|
port:R-future \
|
|
port:R-future.callr \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
# FIXME: a number of tests fail on PowerPC: https://github.com/dipterix/lazyarray/issues/4
|
|
test.run yes
|