-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.9.0: H5Vol w/ HDF5 1.14.0 Fails Compile on Win #3649
Comments
The issues here I do not immediately understand:
Maybe you need to write std::size and import Update: |
In https://github.com/ornladios/ADIOS2/blob/v2.9.0/source/h5vol/H5VolReadWrite.c#L19
aka #include <unistd.h> // sleep is not portable. You can try or something ISO C++11 and newer such as https://en.cppreference.com/w/cpp/thread/sleep_for |
@vicentebolea Can we please have HDF5 on for the win tests? |
Describe the bug
HDF5 with h5Vol does not compile on Windows with:
To Reproduce
See conda-forge/adios2-feedstock#71
Errors:
Expected behavior
Compile.
Desktop (please complete the following information):
Additional context
Needed to unblock our 2.9.0 release on conda-forge: conda-forge/adios2-feedstock#71
The issue here has higher priority than #3648.
cc @guj
The text was updated successfully, but these errors were encountered: