Skip to content

Commit

Permalink
Merge pull request #70 from Shelnutt2/ss/additional-libdeflate
Browse files Browse the repository at this point in the history
Increase libdeflate pinned builds
  • Loading branch information
Shelnutt2 authored Feb 3, 2023
2 parents 09c4e46 + 955c2c3 commit b141aa9
Show file tree
Hide file tree
Showing 9 changed files with 202 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

6 changes: 6 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

38 changes: 38 additions & 0 deletions .ci_support/linux_64_libdeflate1.16.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- tiledb main
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libdeflate:
- '1.16'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- linux-64
xz:
- '5'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
38 changes: 38 additions & 0 deletions .ci_support/linux_64_libdeflate1.17.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '11'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
- tiledb main
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libdeflate:
- '1.17'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- linux-64
xz:
- '5'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
40 changes: 40 additions & 0 deletions .ci_support/osx_64_libdeflate1.16.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.14'
MACOSX_SDK_VERSION:
- '10.14'
bzip2:
- '1'
c_compiler:
- clang
c_compiler_version:
- '14'
channel_sources:
- conda-forge,defaults
channel_targets:
- tiledb main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
libdeflate:
- '1.16'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- osx-64
xz:
- '5'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
40 changes: 40 additions & 0 deletions .ci_support/osx_64_libdeflate1.17.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.14'
MACOSX_SDK_VERSION:
- '10.14'
bzip2:
- '1'
c_compiler:
- clang
c_compiler_version:
- '14'
channel_sources:
- conda-forge,defaults
channel_targets:
- tiledb main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '14'
libdeflate:
- '1.17'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
- osx-64
xz:
- '5'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
zlib:
- '1.2'
28 changes: 28 additions & 0 deletions README.md

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

2 changes: 2 additions & 0 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ libdeflate:
- 1.12
- 1.13
- 1.14
- 1.16
- 1.17
4 changes: 2 additions & 2 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.22.0" %}
{% set sha256 = "27f1fd0a88f29a5863263e0980a28d273c9ed2a99a6292bcd329a0e3a20c3517" %}
{% set sha256 = "6f9645f26901b75a4f58b558aeffbdba964516df5e62778dbe680ec7c701f029" %}

package:
name: {{ name }}
Expand All @@ -17,7 +17,7 @@ source:
- 0001-htslib-build.patch

build:
number: 1
number: 2
skip: true # [win or linux32 or py2k]

requirements:
Expand Down

0 comments on commit b141aa9

Please sign in to comment.