Files

36 lines
1.4 KiB
Tcl
Raw Permalink Normal View History

2023-08-14 20:55:13 +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 bioconductor LTLA TileDBArray 1.14.0
revision 0
categories-append bioconductor
2023-08-14 20:55:13 +08:00
categories-append databases
2026-04-11 19:42:02 +04:00
maintainers nomaintainer
2023-08-14 20:55:13 +08:00
license MIT
description Use TileDB as a DelayedArray backend
long_description {*}${description}
2023-10-27 01:31:14 +08:00
homepage https://github.com/LTLA/TileDBArray
checksums rmd160 c768ef48ad6e5025856ad5fef33288923b467ec5 \
sha256 030096dc995559762968fa785a420fda55b80f0480de3596741694e75c67fcc1 \
size 312953
2023-08-14 20:55:13 +08:00
depends_lib-append port:R-DelayedArray \
port:R-Rcpp \
port:R-S4Vectors \
port:R-tiledb
compiler.cxx_standard 2017
2024-05-22 18:13:06 +08:00
depends_test-append port:R-BiocParallel \
2023-08-14 20:55:13 +08:00
port:R-BiocStyle \
port:R-knitr \
port:R-rmarkdown \
port:R-testthat
2024-05-22 18:13:06 +08:00
# 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