Skip to content

Commit

Permalink
Merge pull request #88 from regro-cf-autotick-bot/0.30.0_h0c8cf8
Browse files Browse the repository at this point in the history
r-tiledb v0.30.0
  • Loading branch information
jdblischak authored Sep 11, 2024
2 parents c699223 + 1c074b0 commit 25af50c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion build-locally.py

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,21 +1,21 @@
{% set name = "r-tiledb" %}
{% set version = "0.29.0" %}
{% set version = "0.30.0" %}

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

source:
url: https://github.com/TileDB-Inc/TileDB-R/archive/{{ version }}.tar.gz
sha256: 8d31385629f782d106ff9c3c300ea404233228ab98f5c19394608321dd499405
sha256: 2bc645dfbdde878d6cf5c2b688cb482a2f39b4c0c22ee3f15bb249ec2f2b93bd
patches:
- 0001-skip-osx-test-to-avoid-spurious-segfault.patch # [osx and not arm64]
- 0002-skip-aarch64-test-failure.patch # [aarch64]
- 0003-skip-osx-test-to-avoid-spurious-illegal-instruction.patch # [osx and not arm64]
- 0004-r44-so.patch # [osx and not arm64]

build:
number: 1
number: 0
# Checking windows to see if it passes. Uncomment the line if it fails.
# skip: true # [win]
rpaths:
Expand All @@ -38,7 +38,7 @@ requirements:
- libcxx <18 # [osx and x86_64]
host:
- r-base
- tiledb 2.25.*
- tiledb 2.26.*
- r-rcpp >=1.0.8
- r-rcppspdlog
- r-nanotime
Expand Down

0 comments on commit 25af50c

Please sign in to comment.