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: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

9 changes: 9 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-x86_64:alma9
- quay.io/condaforge/linux-anvil-aarch64:alma9
krb5:
- '1.22'
libcurl:
Expand Down
18 changes: 18 additions & 0 deletions .ci_support/win_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
c_compiler:
- vs2022
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
krb5:
- '1.22'
libcurl:
- '8'
libssh2:
- '1'
target_platform:
- win-arm64
zlib:
- '1'
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

4 changes: 2 additions & 2 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs_on: ['ubuntu-latest']
tools_install_dir: ~/miniforge3
- CONFIG: linux_aarch64_
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-aarch64:alma9
STORE_BUILD_ARTIFACTS: False
UPLOAD_PACKAGES: True
build_workspace_dir: build_artifacts
Expand All @@ -44,7 +44,7 @@ jobs:
os: ubuntu
pagefile_size: 0
resize_partitions: False
runs_on: ['ubuntu-latest']
runs_on: ['ubuntu-24.04-arm']
tools_install_dir: ~/miniforge3
- CONFIG: linux_ppc64le_
DOCKER_IMAGE: quay.io/condaforge/linux-anvil-x86_64:alma9
Expand Down
8 changes: 8 additions & 0 deletions README.md

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

5 changes: 2 additions & 3 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
build_platform:
linux_aarch64: linux_64
linux_ppc64le: linux_64
osx_arm64: osx_64
win_arm64: win_64
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
Expand All @@ -10,5 +9,5 @@ github:
tooling_branch_name: main
provider:
linux_aarch64: default
linux_ppc64le: default
osx_arm64: default
test: native_and_emulated
5 changes: 2 additions & 3 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
@echo on

set CMAKE_CONFIG=Release

:: Create and switch to CMake build directory
mkdir build_%CMAKE_CONFIG%
if errorlevel 1 exit 1
pushd build_%CMAKE_CONFIG%
if errorlevel 1 exit 1

:: Set reused options for CMake builds
set CMAKE_ARGS=%CMAKE_ARGS% ^
Expand Down Expand Up @@ -48,4 +48,3 @@ move %LIBRARY_LIB%\libcurl_imp.lib %LIBRARY_LIB%\libcurl.lib
if errorlevel 1 exit 1

popd
if errorlevel 1 exit 1
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: ad6f2f94934b38e31e48272833c99b891d045b4565fe942a53fbd27bd3910e16

build:
number: 0
number: 1

requirements:
build:
Expand All @@ -22,13 +22,12 @@ requirements:
- perl # [unix]
- pkg-config # [unix]
host:
- zlib
- zstd # [unix]
- krb5
- libssh2
- openssl # [unix]
- libnghttp2 # [unix]
- zlib
- zstd # [unix]


outputs:
Expand Down Expand Up @@ -146,3 +145,4 @@ extra:
- ocefpaf
- mingwandroid
- xylar
- h-vetinari