Skip to content

Commit

Permalink
tiledbsoma 1.6.0 pre-release check 2
Browse files Browse the repository at this point in the history
  • Loading branch information
John Kerl authored and johnkerl committed Dec 5, 2023
1 parent 4175b10 commit e80e614
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 26 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

6 changes: 3 additions & 3 deletions .scripts/run_osx_build.sh

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

49 changes: 29 additions & 20 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.1" %}
{% set sha256 = "c3ab7b0ebeec8c9acf99a29a33c269f22db19e5dab6bcf508b2e615f206231e9" %}
{% set version = "1.6.0" %}
{% set sha256 = "tee-bee-dee" %}
# This is the SHA256 of
# TileDB-SOMA-i.j.k.tar.gz
# from
Expand All @@ -12,16 +12,16 @@ package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/single-cell-data/TileDB-SOMA/archive/{{ version }}.tar.gz
sha256: {{ sha256 }}
#source:
# url: https://github.com/single-cell-data/TileDB-SOMA/archive/{{ version }}.tar.gz
# sha256: {{ sha256 }}

# Pre-release canary "will Conda be green if we release":
#source:
# git_url: https://github.com/single-cell-data/TileDB-SOMA.git
# git_rev: 41754de2d65960b12378947b8cfe108cd0e6baaa
# git_depth: -1
# # hoping to be 1.5.1 <-- FILL IN HERE
source:
git_url: https://github.com/single-cell-data/TileDB-SOMA.git
git_rev: 2afcf75ad86c945c6d8a3a435b0c2584701c6061
git_depth: -1
# hoping to be 1.6.0 <-- FILL IN HERE


build:
Expand All @@ -41,11 +41,11 @@ outputs:
- cmake
- make # [not win]
host:
- tiledb >=2.17.4,<2.18
- tiledb >=2.18.2,<2.19
- spdlog
- fmt
run:
- tiledb >=2.17.4,<2.18
- tiledb >=2.18.2,<2.19
- spdlog
- fmt
about:
Expand All @@ -72,7 +72,10 @@ outputs:
- python # [build_platform != target_platform]
- cross-python_{{ target_platform }} # [build_platform != target_platform]
- pybind11 # [build_platform != target_platform]
- pyarrow # [build_platform != target_platform]
# https://github.com/single-cell-data/TileDB-SOMA/issues/1926
- pyarrow <13.0 # [build_platform != target_platform and osx]
- pyarrow # [build_platform != target_platform and not osx]
- pyarrow-hotfix # [build_platform != target_platform]
- numpy # [build_platform != target_platform]
host:
- python
Expand All @@ -86,21 +89,27 @@ outputs:
- setuptools_scm
- wheel
- numpy
- pyarrow
# https://github.com/single-cell-data/TileDB-SOMA/issues/1926
- pyarrow <13.0 # [osx]
- pyarrow # [not osx]
- pyarrow-hotfix
run:
- {{ pin_compatible('numpy', lower_bound='1.16', upper_bound='1.24') }}
- {{ pin_subpackage('libtiledbsoma', exact=True) }}
- pandas
- pyarrow
# https://github.com/single-cell-data/TileDB-SOMA/issues/1926
- pyarrow <13.0 # [osx]
- pyarrow # [not osx]
- pyarrow-hotfix
- python
- scipy
- anndata <0.10 # [py>37]
- anndata <0.9 # [py<=37]
- tiledb-py >=0.23.4,<0.24.0
- tiledb-py >=0.24.0,<0.25.0
- typing-extensions >=4.1
- numba
- attrs >=22.2
- somacore >=1.0.4
- somacore >=1.0.6
- scanpy 1.9.*
test:
imports:
Expand Down Expand Up @@ -133,7 +142,7 @@ outputs:
- r-matrix # [build_platform != target_platform]
- r-bit64 # [build_platform != target_platform]
- r-rcppint64 # [build_platform != target_platform]
- r-tiledb >=0.21.3,<0.22 # [build_platform != target_platform]
- r-tiledb >=0.22.0,<0.23 # [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 +158,7 @@ outputs:
- r-matrix
- r-bit64
- r-rcppint64
- r-tiledb >=0.21.3,<0.22
- r-tiledb >=0.22.0,<0.23
- r-arrow
- r-fs
- r-glue
Expand All @@ -165,7 +174,7 @@ outputs:
- r-r6
- r-matrix
- r-bit64
- r-tiledb >=0.21.3,<0.22
- r-tiledb >=0.22.0,<0.23
- r-arrow
- r-fs
- r-glue
Expand Down

0 comments on commit e80e614

Please sign in to comment.