Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libffi:
- '3.4'
liblzma_devel:
- '5'
libuuid:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libffi:
- '3.4'
liblzma_devel:
- '5'
libuuid:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
libffi:
- '3.4'
liblzma_devel:
- '5'
libuuid:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '18'
libffi:
- '3.4'
liblzma_devel:
- '5'
macos_machine:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '18'
libffi:
- '3.4'
liblzma_devel:
- '5'
macos_machine:
Expand Down
2 changes: 0 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
libffi:
- '3.4'
liblzma_devel:
- '5'
openssl:
Expand Down
5 changes: 5 additions & 0 deletions .gitignore

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

2 changes: 1 addition & 1 deletion .scripts/run_docker_build.sh

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

8 changes: 4 additions & 4 deletions README.md

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

47 changes: 33 additions & 14 deletions build-locally.py

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 @@ -2,6 +2,8 @@ python:
- 3.9
python_impl:
- cpython
is_python_min:
- no
numpy:
- 1.16
MACOSX_SDK_VERSION: # [osx and x86_64]
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
{% set build_number = 1 %}
{% set build_number = 2 %}

# this makes the linter happy
{% set channel_targets = channel_targets or 'conda-forge main' %}
Expand Down Expand Up @@ -182,7 +182,7 @@ outputs:
- xorg-libx11
- xorg-xorgproto
- ncurses # [unix]
- libffi
- libffi >=3.4,<3.4.6
- ld_impl_{{ target_platform }} >=2.36.1 # [linux]
- libnsl # [linux]
- libuuid # [linux]
Expand Down