Skip to content

Commit

Permalink
tiledb v2.21.2 (#269)
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 Apr 5, 2024
2 parents ddbce30 + 6f55d29 commit 7efb545
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 13 deletions.
7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ aws_sdk_cpp:
- 1.11.267
bzip2:
- '1'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand Down Expand Up @@ -38,6 +42,9 @@ spdlog:
- '1.12'
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
zstd:
Expand Down
7 changes: 7 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ aws_sdk_cpp:
- 1.11.267
bzip2:
- '1'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand Down Expand Up @@ -42,6 +46,9 @@ spdlog:
- '1.12'
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
zstd:
Expand Down
7 changes: 7 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ aws_sdk_cpp:
- 1.11.267
bzip2:
- '1'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
channel_sources:
Expand Down Expand Up @@ -38,6 +42,9 @@ spdlog:
- '1.12'
target_platform:
- linux-ppc64le
zip_keys:
- - c_stdlib_version
- cdt_name
zlib:
- '1.2'
zstd:
Expand Down
9 changes: 0 additions & 9 deletions .ci_support/migrations/aws_crt_cpp0264.yaml

This file was deleted.

4 changes: 4 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ aws_sdk_cpp:
- 1.11.267
bzip2:
- '1'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 4 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ aws_sdk_cpp:
- 1.11.267
bzip2:
- '1'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '11.0'
channel_sources:
- conda-forge
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ aws_sdk_cpp:
- 1.11.267
bzip2:
- '1'
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
Expand Down
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 = "TileDB" %}
{% set version = "2.21.1" %}
{% set version = "2.21.2" %}

package:
name: tiledb
version: {{ version }}

source:
url: https://github.com/TileDB-Inc/{{ name }}/archive/{{ version }}.tar.gz
sha256: 24d50ebd5ac211d92a328be3f2988aed5c91c82123583ad6833e2ab7b6bdb454
sha256: 9e4c984f031fc0f3e2744804a9ca3bace12d3dfdce88eca088d3e7be950e7b96
patches:
# This patch removes the find_package(LZ4) call and falls back to the pre-vcpkg
# mechanism of using find_library.
Expand All @@ -20,15 +20,15 @@ source:
- lz4-fix.patch

build:
number: 1
number: 0
run_exports:
# https://abi-laboratory.pro/?view=timeline&l=tiledb
- {{ pin_subpackage('tiledb', max_pin='x.x') }}

requirements:
build:
- make # [unix]
- cmake
- cmake <3.29.1
- ninja # [win]
- pkg-config # [not win]
- {{ compiler('cxx') }}
Expand Down

0 comments on commit 7efb545

Please sign in to comment.