Skip to content

Commit

Permalink
1.5.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl authored Nov 7, 2023
1 parent 212a973 commit aee1b34
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
1 change: 1 addition & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ python:
- 3.9.* *_cpython
r_base:
- '4.2'
- '4.3'
spdlog:
- '1.11'
target_platform:
Expand Down
5 changes: 3 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge,tiledb
channel_targets:
- tiledb rc
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
fmt:
- '9'
macos_machine:
Expand All @@ -35,6 +35,7 @@ python:
- 3.9.* *_cpython
r_base:
- '4.2'
- '4.3'
spdlog:
- '1.11'
target_platform:
Expand Down
5 changes: 3 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge,tiledb
channel_targets:
- tiledb rc
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
fmt:
- '9'
macos_machine:
Expand All @@ -33,6 +33,7 @@ python:
- 3.9.* *_cpython
r_base:
- '4.2'
- '4.3'
spdlog:
- '1.11'
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

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

16 changes: 8 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tiledbsoma" %}
{% set version = "1.5.0rc3" %}
{% set sha256 = "61b31bf1f2faf97f9df53a16a7ecca1b07933d62da92be01e81ec3f0fda03287" %}
{% set version = "1.5.0" %}
{% set sha256 = "ac02698772028d5f208167e6379c5bdc943011d7e35664bf3cb805461ab61a1f" %}
# This is the SHA256 of
# TileDB-SOMA-i.j.k.tar.gz
# from
Expand Down Expand Up @@ -41,11 +41,11 @@ outputs:
- cmake
- make # [not win]
host:
- tiledb >=2.17.1,<2.18
- tiledb >=2.17.4,<2.18
- spdlog
- fmt
run:
- tiledb >=2.17.1,<2.18
- tiledb >=2.17.4,<2.18
- spdlog
- fmt
about:
Expand Down Expand Up @@ -96,7 +96,7 @@ outputs:
- scipy
- anndata <0.10 # [py>37]
- anndata <0.9 # [py<=37]
- tiledb-py >=0.23.1,<0.24.0
- tiledb-py >=0.23.4,<0.24.0
- typing-extensions >=4.1
- numba
- attrs >=22.2
Expand Down Expand Up @@ -133,7 +133,7 @@ outputs:
- r-matrix # [build_platform != target_platform]
- r-bit64 # [build_platform != target_platform]
- r-rcppint64 # [build_platform != target_platform]
- r-tiledb >=0.21.1,<0.22 # [build_platform != target_platform]
- r-tiledb >=0.21.3,<0.22 # [build_platform != target_platform]
- r-arrow # [build_platform != target_platform]
- r-fs # [build_platform != target_platform]
- r-glue # [build_platform != target_platform]
Expand All @@ -149,7 +149,7 @@ outputs:
- r-matrix
- r-bit64
- r-rcppint64
- r-tiledb >=0.21.1,<0.22
- r-tiledb >=0.21.3,<0.22
- r-arrow
- r-fs
- r-glue
Expand All @@ -165,7 +165,7 @@ outputs:
- r-r6
- r-matrix
- r-bit64
- r-tiledb >=0.21.1,<0.22
- r-tiledb >=0.21.3,<0.22
- r-arrow
- r-fs
- r-glue
Expand Down

0 comments on commit aee1b34

Please sign in to comment.