Skip to content

Commit

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

* MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and conda-forge-pinning 2024.12.12.10.33.43
  • Loading branch information
regro-cf-autotick-bot authored Dec 12, 2024
1 parent 006276d commit cba5829
Show file tree
Hide file tree
Showing 7 changed files with 265 additions and 3 deletions.
46 changes: 46 additions & 0 deletions .ci_support/linux_aarch64_hdf51.14.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64:alma9
fftw:
- '3'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
hdf5:
- 1.14.3
libblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libnetcdf:
- 4.9.2
mpi:
- mpich
mpich:
- '4'
netcdf_fortran:
- '4.6'
openmpi:
- '4'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
zlib:
- '1'
46 changes: 46 additions & 0 deletions .ci_support/linux_aarch64_hdf51.14.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64:alma9
fftw:
- '3'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
hdf5:
- 1.14.4
libblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libnetcdf:
- 4.9.2
mpi:
- mpich
mpich:
- '4'
netcdf_fortran:
- '4.6'
openmpi:
- '4'
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
zlib:
- '1'
46 changes: 46 additions & 0 deletions .ci_support/linux_ppc64le_hdf51.14.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le:alma9
fftw:
- '3'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
hdf5:
- 1.14.3
libblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libnetcdf:
- 4.9.2
mpi:
- mpich
mpich:
- '4'
netcdf_fortran:
- '4.6'
openmpi:
- '4'
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
zlib:
- '1'
46 changes: 46 additions & 0 deletions .ci_support/linux_ppc64le_hdf51.14.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
c_compiler:
- gcc
c_compiler_version:
- '13'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le:alma9
fftw:
- '3'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '13'
hdf5:
- 1.14.4
libblas:
- 3.9 *netlib
liblapack:
- 3.9 *netlib
libnetcdf:
- 4.9.2
mpi:
- mpich
mpich:
- '4'
netcdf_fortran:
- '4.6'
openmpi:
- '4'
target_platform:
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
zlib:
- '1'
40 changes: 40 additions & 0 deletions .travis.yml

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

37 changes: 36 additions & 1 deletion README.md

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

7 changes: 5 additions & 2 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
conda_build:
pkg_format: '2'
provider:
linux_aarch64: default
linux_ppc64le: default

0 comments on commit cba5829

Please sign in to comment.