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
36 lines
1.4 KiB
Tcl
36 lines
1.4 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 bioconductor LTLA TileDBArray 1.14.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
categories-append databases
|
|
maintainers nomaintainer
|
|
license MIT
|
|
description Use TileDB as a DelayedArray backend
|
|
long_description {*}${description}
|
|
homepage https://github.com/LTLA/TileDBArray
|
|
checksums rmd160 c768ef48ad6e5025856ad5fef33288923b467ec5 \
|
|
sha256 030096dc995559762968fa785a420fda55b80f0480de3596741694e75c67fcc1 \
|
|
size 312953
|
|
|
|
depends_lib-append port:R-DelayedArray \
|
|
port:R-Rcpp \
|
|
port:R-S4Vectors \
|
|
port:R-tiledb
|
|
|
|
compiler.cxx_standard 2017
|
|
|
|
depends_test-append port:R-BiocParallel \
|
|
port:R-BiocStyle \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-testthat
|
|
|
|
# Status of tests on ppc: [ FAIL 5 | WARN 0 | SKIP 0 | PASS 28 ]
|
|
# Those failing spit out the same message: [TileDB::ArrayDirectory] Error: FilterCreate: Deserialization error; not enough data in buffer for metadata
|
|
# See notes in TileDB and R-tiledb ports; also: https://github.com/TileDB-Inc/TileDB/issues/4096
|
|
test.run yes
|