Erik Schnetter
Erik Schnetter
The Windows libraries now have different names than before. They used to encode just the major version number, now they encode the complete version number. I am renaming them in...
*ping*
This feature could easily be implemented in Perl or Python with some makefile support, generating a C source file from a binary that can then be `#include`d whenever `#embed` is...
[noblock] `HDF5_jll 2.0.0` does not ship binaries for `libgfortran_version=4.0.0` any more. weirdly, registering it succeeded, but registering another package that depends on it (`Silo_jll 4.12.0`) is now failing because the...
This build of Silo is broken. Will resubmit a new PR.
@giordano I am looking at the build for `armv6l-linux-musleabihf` which is failing. As far as I can tell, the HDF5 library (`libhdf5.so`) expects OpenMPI to be present, whereas instead `MPICH_jll`...
Superseded by https://github.com/JuliaPackaging/Yggdrasil/pull/11901
See https://github.com/JuliaPackaging/BinaryBuilderBase.jl/pull/371 .
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
@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...