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

tiledbsoma 1.15.4 pre-check, main branch #255

Closed
wants to merge 1 commit 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
22 changes: 11 additions & 11 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tiledbsoma" %}
{% set version = "1.15.3" %}
{% set sha256 = "86b33c526b8b99cb452c2a417214931af07338680fc9b6f6e76c5112a09a5104" %}
{% set version = "1.15.4" %}
{% set sha256 = "tbd" %}
# This is the SHA256 of
# TileDB-SOMA-i.j.k.tar.gz
# from
Expand All @@ -16,17 +16,17 @@ package:
version: {{ version }}

# Post-tag real thing:
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-tag canary "will Conda be green if we release":
#source:
# git_url: https://github.com/single-cell-data/TileDB-SOMA.git
# # release-1.15 branch 2025-01-10
# git_rev: 80ceaaaeb03c06727130feb03bd4bd5c12c43edc
# git_depth: -1
# # hoping to be 1.15.3 <-- FILL IN HERE
source:
git_url: https://github.com/single-cell-data/TileDB-SOMA.git
# release-1.15 branch 2025-01-22
git_rev: bd00055c0ab2377f26cc6d1a0534a8fd18bd306d
git_depth: -1
# hoping to be 1.15.r <-- FILL IN HERE

build:
number: 0
Expand Down