Skip to content

Commit

Permalink
Update TileDB-VCF to 0.30.0 (#117)
Browse files Browse the repository at this point in the history
* update TileDB-VCF to 0.30.0
  • Loading branch information
awenocur authored Mar 29, 2024
1 parent f4331d6 commit 761620c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib
- c_stdlib_version
- - c_stdlib_version
- cdt_name
- - python
- numpy
2 changes: 0 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib
- c_stdlib_version
- - python
- numpy
2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib
- c_stdlib_version
- - python
- numpy
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tiledb-vcf" %}
{% set version = "0.29.2" %}
{% set sha256 = "dd4110d8f62e9a06c46e4107a78896e73e26b0c2f69711089446e63e5df4376d" %}
{% set version = "0.30.0" %}
{% set sha256 = "a8b82a53df0a65b02cb1135f624eeebdd2222de3fcca1f57ba9fe92d67019b00" %}

package:
name: {{ name }}
Expand Down Expand Up @@ -29,7 +29,7 @@ outputs:
host:
- htslib >=1.15 # [not win]
- m2w64-htslib >=1.15 # [win]
- tiledb 2.20.*
- tiledb 2.21.*
run:
- htslib >=1.15 # [not win]
- m2w64-htslib >=1.15 # [win]
Expand Down

0 comments on commit 761620c

Please sign in to comment.