visit icon indicating copy to clipboard operation
visit copied to clipboard

Update to latest HDF5 and remove serial/parallel builds of various dependencies

Open markcmiller86 opened this issue 1 year ago • 1 comments

Description

Resolves #

Type of change

  • [ ] Bug fix~~
  • [ ] New feature~~
  • [ ] Documentation update~~
  • [ ] Other~~

How Has This Been Tested?

Reminders:

  • Please follow the style guidelines of this project.
  • Please perform a self-review of your code before submitting a PR and asking others to review it.
  • Please assign reviewers (see VisIt's PR procedures for more information).

Checklist:

  • [ ] I have commented my code where applicable.~~
  • [ ] I have updated the release notes.~~
  • [ ] I have made corresponding changes to the documentation.~~
  • [ ] I have added debugging support to my changes.~~
  • [ ] I have added tests that prove my fix is effective or that my feature works.~~
  • [ ] I have confirmed new and existing unit tests pass locally with my changes.~~
  • [ ] I have added new baselines for any new tests to the repo.~~
  • [ ] I have NOT made any changes to protocol or public interfaces in an RC branch.~~

markcmiller86 avatar Dec 05 '24 03:12 markcmiller86

Capturing a patch here needed for xdmf, XdmfH5Driver.cxx.patch.gz. Also, when compiling Xdmf, we run into the problem with missing mpi.h file due to H5public.h including it. This is resolved by ensuring Xdmf CXX/C flags have -I/path/to/mpi/header/files

markcmiller86 avatar Dec 05 '24 03:12 markcmiller86