Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-release test for TileDB-SOMA 1.2.3 #18

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ 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: 00commithashyouwanttotest00commithashyouwanttotest00
# git_depth: 1
source:
git_url: https://github.com/single-cell-data/TileDB-SOMA.git
git_rev: 313ff1ed3b31b94119748ef288ac17f806723492
git_depth: 1


build:
number: 0
number: 1
skip: true # [win or linux32 or py2k]
# Important: set this back to 0 on a new release
# Important: set this build number back to 0 on a new release

outputs:
- name: libtiledbsoma
Expand All @@ -39,11 +39,11 @@ outputs:
- cmake
- make # [not win]
host:
- tiledb 2.15.*
- tiledb >=2.15.2,<2.16
- spdlog
- fmt
run:
- tiledb 2.15.*
- tiledb >=2.15.2,<2.16
- spdlog
- fmt
- name: tiledbsoma-py
Expand Down Expand Up @@ -77,7 +77,7 @@ outputs:
- scipy
- anndata # [py>37]
- anndata <0.9 # [py<=37]
- tiledb-py 0.21.*
- tiledb-py >=0.21.3,<0.22.0
- typing-extensions
- numba
- attrs
Expand Down