Skip to content

Commit

Permalink
Arch Migrator (#277)
Browse files Browse the repository at this point in the history
* migration: ArchRebuild

* MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.1, and conda-forge-pinning 2023.12.01.08.31.55
  • Loading branch information
regro-cf-autotick-bot committed Dec 1, 2023
1 parent bff6583 commit 82fdd55
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 2 deletions.
42 changes: 42 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
fftw:
- '3'
gdal:
- '3.8'
geos:
- 3.12.1
glib:
- '2'
hdf5:
- 1.14.2
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libnetcdf:
- 4.9.2
pcre:
- '8'
target_platform:
- linux-aarch64
zlib:
- '1.2'
38 changes: 38 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
curl:
- '8'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
fftw:
- '3'
gdal:
- '3.8'
geos:
- 3.12.1
glib:
- '2'
hdf5:
- 1.14.2
libblas:
- 3.9 *netlib
libcblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libnetcdf:
- 4.9.2
pcre:
- '8'
target_platform:
- linux-ppc64le
zlib:
- '1.2'
4 changes: 3 additions & 1 deletion .scripts/run_win_build.bat

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

30 changes: 30 additions & 0 deletions .travis.yml

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

23 changes: 22 additions & 1 deletion 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 conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ github:
branch_name: main
tooling_branch_name: main
provider:
linux_aarch64: default
linux_ppc64le: default
win: azure
test_on_native_only: true

0 comments on commit 82fdd55

Please sign in to comment.