Skip to content

Commit

Permalink
r-tiledb v0.21.0 (#65)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Sep 15, 2023
2 parents 2d2d44f + 19a6232 commit ef94045
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "r-tiledb" %}
{% set version = "0.20.3" %}
{% set version = "0.21.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/TileDB-Inc/TileDB-R/archive/{{ version }}.tar.gz
sha256: e79cb622860fe7fe2c283e111c68c7f8ccf217c0965b381720dede805c15cdf2
sha256: 1bb67587a1529b429624f4ec63f020ea1f3cf4936e1af0b1d1262d9cdc002cc9
patches: # [osx and not arm64]
- 0001-skip-osx-test-to-avoid-spurious-segfault.patch # [osx and not arm64]

Expand All @@ -29,22 +29,23 @@ requirements:
- r-rcppspdlog # [build_platform != target_platform]
host:
- r-base
- tiledb 2.16.*
- tiledb 2.17.*
- r-rcpp >=1.0.8
- r-rcppspdlog
- r-nanotime
- r-spdl
run:
- r-base
- r-nanotime
- tiledb 2.16.*
- tiledb 2.17.*
- r-spdl

test:
requires:
- r-tinytest
- r-nycflights13
- r-palmerpenguins
- r-data.table
commands:
- Rscript -e 'tinytest::test_package("tiledb")'

Expand Down

0 comments on commit ef94045

Please sign in to comment.