Skip to content

Commit

Permalink
Merge pull request #70 from regro-cf-autotick-bot/0.23.0_hb19cbd
Browse files Browse the repository at this point in the history
r-tiledb v0.23.0
  • Loading branch information
jdblischak authored Dec 24, 2023
2 parents c40b094 + 9753940 commit 44385a9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
14 changes: 12 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 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.22.0" %}
{% set version = "0.23.0" %}

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

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

Expand All @@ -30,7 +30,7 @@ requirements:
- r-rcppint64 # [build_platform != target_platform]
host:
- r-base
- tiledb 2.18.*
- tiledb 2.19.*
- r-rcpp >=1.0.8
- r-rcppspdlog
- r-nanotime
Expand All @@ -39,7 +39,7 @@ requirements:
run:
- r-base
- r-nanotime
- tiledb 2.18.*
- tiledb 2.19.*
- r-spdl

test:
Expand Down

0 comments on commit 44385a9

Please sign in to comment.