Skip to content
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

HDF5: New version 1.14.4 #8588

Draft
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

eschnett
Copy link
Contributor

@eschnett eschnett commented May 2, 2024

No description provided.

@eschnett eschnett marked this pull request as draft May 2, 2024 16:22
@eschnett eschnett marked this pull request as ready for review May 2, 2024 19:25
@eschnett
Copy link
Contributor Author

eschnett commented May 4, 2024

Something is off with Windows and shared libraries.

  • OpenSSL doesn't have any *.dll libraries, and HDF5 thus can't use it
  • HDF5 doesn't produce any *.dll libraries

H/HDF5/build_tarballs.jl Outdated Show resolved Hide resolved
H/HDF5/build_tarballs.jl Outdated Show resolved Hide resolved
H/HDF5/build_tarballs.jl Outdated Show resolved Hide resolved
H/HDF5/build_tarballs.jl Outdated Show resolved Hide resolved
H/HDF5/build_tarballs.jl Outdated Show resolved Hide resolved
@eschnett eschnett marked this pull request as draft May 5, 2024 15:31
@eschnett eschnett marked this pull request as ready for review May 6, 2024 13:25
@eschnett eschnett marked this pull request as draft May 6, 2024 14:05
@eschnett
Copy link
Contributor Author

eschnett commented May 8, 2024

@mkitti I'm stuck here. The problem seems to be that libtool doesn't want to create shared libraries on Windows. Instead, it creates static libraries. It also says that the dependencies (OpenSSL etc.) don't provide shared libraries.

@mkitti
Copy link
Contributor

mkitti commented May 8, 2024

Huh, I will take a look.

@mkitti
Copy link
Contributor

mkitti commented May 29, 2024

I'm confused why you say OpenSSL does not have any DLLs. There are at least two of them in the bin directory.

  • libssl-3-x64.dll
  • libcrypto-3-x64.dll

@eschnett
Copy link
Contributor Author

I'm not saying that... I'm saying that HDF5's configure or build script says that OpenSSL has no DLLs. I assume that's part of the problem why HDF5 doesn't build any shared libraries.

@mkitti
Copy link
Contributor

mkitti commented May 29, 2024

I'll take a closer look later today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants