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.14.2 hash-fix #203

Merged
merged 1 commit into from
Sep 27, 2024
Merged
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
20 changes: 10 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tiledbsoma" %}
{% set version = "1.14.2" %}
{% set sha256 = "tbd" %}
{% set sha256 = "b459976562fdea0c5a2ae03843b44e82e0a1d1f0721f3452d19ba49ad8d62231" %}
# This is the SHA256 of
# TileDB-SOMA-i.j.k.tar.gz
# from
Expand All @@ -16,19 +16,19 @@ 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
git_rev: 2d5d705b020f2996a9266fe9268732f7c440cc37
git_depth: -1
# hoping to be 1.14.2 <-- FILL IN HERE
#source:
# git_url: https://github.com/single-cell-data/TileDB-SOMA.git
# git_rev: 2d5d705b020f2996a9266fe9268732f7c440cc37
# git_depth: -1
# # hoping to be 1.14.2 <-- FILL IN HERE

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

Expand Down