Skip to content

Commit

Permalink
Rebuild for hdf5 1.14.4 (and keep 1.14.3) (#66)
Browse files Browse the repository at this point in the history
* Rebuild for hdf5 1.14.4 (and keep 1.14.3)

* MNT: Re-rendered with conda-build 24.11.2, conda-smithy 3.44.9, and conda-forge-pinning 2024.12.06.19.20.35
  • Loading branch information
regro-cf-autotick-bot authored Dec 10, 2024
1 parent 16e7bdd commit 006276d
Show file tree
Hide file tree
Showing 12 changed files with 144 additions and 20 deletions.
10 changes: 7 additions & 3 deletions .azure-pipelines/azure-pipelines-linux.yml

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

7 changes: 5 additions & 2 deletions .azure-pipelines/azure-pipelines-osx.yml

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

46 changes: 46 additions & 0 deletions .ci_support/linux_64_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-x86_64: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-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ c_compiler:
c_compiler_version:
- '13'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -13,7 +13,7 @@ cxx_compiler:
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
fftw:
- '3'
fortran_compiler:
Expand Down
5 changes: 3 additions & 2 deletions .ci_support/migrations/hdf51144.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
__migrator:
build_number: 1
commit_message: Rebuild for hdf5 1.14.4
commit_message: Rebuild for hdf5 1.14.4 (and keep 1.14.3)
kind: version
migration_number: 1
migration_number: 2
hdf5:
- 1.14.3
- 1.14.4
migrator_ts: 1727986901.81392
48 changes: 48 additions & 0 deletions .ci_support/osx_64_hdf51.14.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '18'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '18'
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
macos_machine:
- x86_64-apple-darwin13.4.0
mpi:
- mpich
mpich:
- '4'
netcdf_fortran:
- '4.6'
openmpi:
- '4'
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
zlib:
- '1'
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
fftw:
- '3'
fortran_compiler:
Expand Down
7 changes: 4 additions & 3 deletions .scripts/run_osx_build.sh

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

22 changes: 18 additions & 4 deletions README.md

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

2 changes: 1 addition & 1 deletion azure-pipelines.yml

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

7 changes: 7 additions & 0 deletions build-locally.py

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
- optim.patch

build:
number: 1
number: 2
skip: true # [win]

{% if mpi != 'nompi' %}
Expand Down

0 comments on commit 006276d

Please sign in to comment.