Skip to content

Commit

Permalink
Update to HDF5-1.14.5 and add MVAPIch support
Browse files Browse the repository at this point in the history
Combined changes:
- Removed valgrind
- Update recipe/conda_build_config.yaml
  - Co-authored-by: Mark Harfouche <[email protected]>
- Moved --enable-tests=no
- Use *_FOR_BUILD for MVAPIch as for OpenMPI
- Revert to hdf5 version 1.14.4 and add mvapich support
- Restored source for 1.14.4
- Skip t_pmulti_dset for MVAPIch
- Restored hdf5_cv_szlib_can_encode=yes
- Skip t_filters_parallel for MVAPIch
- Including comment regarding t_filters_parallel and t_pmulti_dset tests
- remove unecessary space
- bump build number
- do not store artifacts
- Capture environment configuration
- Update dummy_t_filters_parallel.c
- Reverting to the commit which previously built
- remove Libs.private from hdf5.pc on windows
- Add reference
- Address dynamic dependencies ensuring path alignment avoiding extraneous conflicts
- Conditionally include libacl for Linux systems only
- Bumped up build number
- Restored .azure-pipelines/azure-pipelines-win.yml
- Add ignore_run_exports to meta.yaml
  • Loading branch information
j34ni committed Nov 5, 2024
1 parent 9116258 commit c7543bd
Show file tree
Hide file tree
Showing 20 changed files with 54 additions and 326 deletions.
43 changes: 1 addition & 42 deletions .azure-pipelines/azure-pipelines-linux.yml

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

37 changes: 1 addition & 36 deletions .azure-pipelines/azure-pipelines-osx.yml

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

32 changes: 1 addition & 31 deletions .azure-pipelines/azure-pipelines-win.yml

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

4 changes: 2 additions & 2 deletions .ci_support/osx_64_mpimpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,7 +17,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_mpinompi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,7 +17,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,7 +17,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_mpimpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,7 +17,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_mpinompi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,7 +17,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '17'
- '18'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
Expand All @@ -17,7 +17,7 @@ channel_targets:
cxx_compiler:
- clangxx
cxx_compiler_version:
- '17'
- '18'
fortran_compiler:
- gfortran
fortran_compiler_version:
Expand Down
Loading

0 comments on commit c7543bd

Please sign in to comment.