From 7fd1ea6e03860c43affaff1be923a94853a6e584 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:42:53 +0000 Subject: [PATCH 1/3] updated v0.23.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index bba2ef6..2909aba 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "r-tiledb" %} -{% set version = "0.22.0" %} +{% set version = "0.23.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: 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] From 7224203b754a2c29255081a3b6ff2b351d5b9114 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:43:00 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.28.2, conda-smithy 3.30.2, and conda-forge-pinning 2023.12.21.09.51.46 --- .gitignore | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c89ecb7..c002910 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,13 @@ -*.pyc +# User content belongs under recipe/. +# Feedstock configuration goes in `conda-forge.yml` +# Everything else is managed by the conda-smithy rerender process. +# Please do not modify + +* +!/conda-forge.yml -build_artifacts +!/*/ +!/recipe/** +!/.ci_support/** + +*.pyc From 97539400d5309c6a5e5284537b48b0b0180e9420 Mon Sep 17 00:00:00 2001 From: John Blischak Date: Thu, 21 Dec 2023 10:46:56 -0500 Subject: [PATCH 3/3] Bump tiledb to 2.19 https://github.com/TileDB-Inc/TileDB-R/releases/tag/0.23.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2909aba..d51a34a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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 @@ -39,7 +39,7 @@ requirements: run: - r-base - r-nanotime - - tiledb 2.18.* + - tiledb 2.19.* - r-spdl test: