From 2bc475004acdb12923fab3b6c21c6f08579278b1 Mon Sep 17 00:00:00 2001 From: akrherz Date: Mon, 28 Oct 2024 10:31:34 -0500 Subject: [PATCH 1/3] Rebuild for HDF5 1.14.4 --- .ci_support/migrations/hdf51144.yaml | 8 ++++++++ recipe/meta.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .ci_support/migrations/hdf51144.yaml diff --git a/.ci_support/migrations/hdf51144.yaml b/.ci_support/migrations/hdf51144.yaml new file mode 100644 index 0000000..b5f4c34 --- /dev/null +++ b/.ci_support/migrations/hdf51144.yaml @@ -0,0 +1,8 @@ +__migrator: + build_number: 1 + commit_message: Rebuild for hdf5 1.14.4 + kind: version + migration_number: 1 +hdf5: +- 1.14.4 +migrator_ts: 1727986901.81392 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b7339e9..5afe792 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: # - fix_md5_test.patch build: - number: 1 + number: 2 detect_binary_files_with_prefix: true requirements: From ae95e882338f734b16af826d0c17eed8567e6d2c Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 15:35:55 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.43.0, and conda-forge-pinning 2024.10.27.23.07.45 --- .ci_support/linux_64_.yaml | 2 +- .ci_support/linux_aarch64_.yaml | 2 +- .ci_support/linux_ppc64le_.yaml | 2 +- .ci_support/osx_64_.yaml | 2 +- .ci_support/osx_arm64_.yaml | 2 +- .ci_support/win_64_.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index a760a20..a94accb 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -23,7 +23,7 @@ fortran_compiler: fortran_compiler_version: - '13' hdf5: -- 1.14.3 +- 1.14.4 jasper: - '4' libaec: diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index 043e3e8..7f25f5e 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -27,7 +27,7 @@ fortran_compiler: fortran_compiler_version: - '13' hdf5: -- 1.14.3 +- 1.14.4 jasper: - '4' libaec: diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml index 8db52ba..fe9fbb5 100644 --- a/.ci_support/linux_ppc64le_.yaml +++ b/.ci_support/linux_ppc64le_.yaml @@ -23,7 +23,7 @@ fortran_compiler: fortran_compiler_version: - '13' hdf5: -- 1.14.3 +- 1.14.4 libaec: - '1' libnetcdf: diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index 1090347..e105353 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -23,7 +23,7 @@ fortran_compiler: fortran_compiler_version: - '13' hdf5: -- 1.14.3 +- 1.14.4 jasper: - '4' libaec: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index 65aaff3..5ef250c 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -23,7 +23,7 @@ fortran_compiler: fortran_compiler_version: - '13' hdf5: -- 1.14.3 +- 1.14.4 jasper: - '4' libaec: diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index b5aff00..93e6059 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -9,7 +9,7 @@ channel_targets: cxx_compiler: - vs2019 hdf5: -- 1.14.3 +- 1.14.4 jasper: - '4' libaec: From ff7262904e3d3dee39a86c1d3cf69a769a42bbb2 Mon Sep 17 00:00:00 2001 From: Iain Russell <40060766+iainrussell@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:01:26 +0000 Subject: [PATCH 3/3] Bump build number to try to restore the builds - after closing and repoening the PR, the merge commit does not seem to exist --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5afe792..de857bf 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: # - fix_md5_test.patch build: - number: 2 + number: 3 detect_binary_files_with_prefix: true requirements: