You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As one can see, -l is combined with full path of .lib.
We expect to have
either -llibcurl or C:/ProgramData/mambaforge/Library/lib/libcurl.lib without -l
The problem is the same for libssl, libcrypto and z and szip
The problem do not occur on linux or apple platform since they do not use cmake for building.
Solution to issue cannot be found in the documentation.
Issue
When linking with meson against the hdf5 package provided by conda-forge, it complains about the Libs.private .
Indeed on windows the installed hdf5.pc has a Libs.private equals to:
As one can see,
-l
is combined with full path of.lib
.We expect to have
either
-llibcurl
orC:/ProgramData/mambaforge/Library/lib/libcurl.lib
without-l
The problem is the same for libssl, libcrypto and z and szip
The problem do not occur on linux or apple platform since they do not use cmake for building.
The bld.bat should patch the generated hdf5.pc
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: