Skip to content

Commit

Permalink
tiledbsoma 1.12.1 (#180)
Browse files Browse the repository at this point in the history
* tiledbsoma 1.12.1

* MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.36.2, and conda-forge-pinning 2024.07.02.10.47.51
  • Loading branch information
johnkerl authored Jul 4, 2024
1 parent e52615e commit b2a4b83
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
5 changes: 2 additions & 3 deletions .ci_support/linux_64_fmt10spdlog1.13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge,tiledb
channel_targets:
Expand Down Expand Up @@ -42,7 +42,6 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
r_base:
- '4.2'
- '4.3'
spdlog:
- '1.13'
Expand Down
5 changes: 2 additions & 3 deletions .ci_support/linux_64_fmt9spdlog1.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- tiledb/label/for-cloud,conda-forge,tiledb
channel_targets:
Expand Down Expand Up @@ -42,7 +42,6 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
r_base:
- '4.2'
- '4.3'
spdlog:
- '1.11'
Expand Down
1 change: 0 additions & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
r_base:
- '4.2'
- '4.3'
spdlog:
- '1.13'
Expand Down
1 change: 0 additions & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ python:
- 3.8.* *_cpython
- 3.9.* *_cpython
r_base:
- '4.2'
- '4.3'
spdlog:
- '1.13'
Expand Down
14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tiledbsoma" %}
{% set version = "1.12.0" %}
{% set sha256 = "cbf67a4159a0a817348b159b5109605639200adedf53d644690b92aedddd3012" %}
{% set version = "1.12.1" %}
{% set sha256 = "0b79f78c85bf26f73611abd126089972b2c233038756fa44221331d9e0934214" %}
# This is the SHA256 of
# TileDB-SOMA-i.j.k.tar.gz
# from
Expand Down Expand Up @@ -45,7 +45,7 @@ outputs:
- cmake
- make # [not win]
host:
- tiledb >=2.24.0,<2.25
- tiledb >=2.24.1,<2.25
- spdlog
- fmt
about:
Expand Down Expand Up @@ -107,7 +107,7 @@ outputs:
- scipy
- anndata # [py>37]
- anndata <0.9 # [py<=37]
- tiledb-py >=0.30.0,<0.31.0
- tiledb-py >=0.30.1,<0.31.0
- typing-extensions >=4.1
- numba >=0.58.1 # [py>37]
- numba # [py<=37]
Expand Down Expand Up @@ -153,7 +153,7 @@ outputs:
- r-matrix # [build_platform != target_platform]
- r-bit64 # [build_platform != target_platform]
- r-rcppint64 # [build_platform != target_platform]
- r-tiledb >=0.28.0,<0.29 # [build_platform != target_platform]
- r-tiledb >=0.28.1,<0.29 # [build_platform != target_platform]
- r-arrow # [build_platform != target_platform]
- r-fs # [build_platform != target_platform]
- r-glue # [build_platform != target_platform]
Expand All @@ -170,7 +170,7 @@ outputs:
- r-matrix
- r-bit64
- r-rcppint64
- r-tiledb >=0.28.0,<0.29
- r-tiledb >=0.28.1,<0.29
- r-arrow
- r-fs
- r-glue
Expand All @@ -187,7 +187,7 @@ outputs:
- r-r6
- r-matrix
- r-bit64
- r-tiledb >=0.28.0,<0.29
- r-tiledb >=0.28.1,<0.29
- r-arrow
- r-fs
- r-glue
Expand Down

0 comments on commit b2a4b83

Please sign in to comment.