Erik Schnetter

Results 428 comments of Erik Schnetter

(If it's going to be difficult to figure out how to resolve this in general then I can open another PR that just adds `PCRE2_jll` and `Zlib_jll` in the mean...

The MPI include file is called `abi.h`. If it is installed this would be a rather generic name. The MPI library is called `libmpi_abi`; maybe the include file should be...

Thanks for the explanation. I was wondering about the `_ABI_INTERNAL` suffixes.

Waiting for https://github.com/JuliaIO/HDF5.jl/pull/1214 before continuing here.

This branch is ready in principle. I do not know why the CI tests fail, I will investigate.

I don't understand the Julia 1.9 macOS error. One guess would be that there is no `HDF5_jll` artifact for this operating system and library. Maybe this uses `libgfortran4`, or maybe...

I am now requiring Julia 1.10. This is necessary because the jll libraries we're building these days do not support older architectures any more.

I briefly tried building with LLVM but this did not work. I'm sure it can be made to work, though.

While the build works fine, the checks afterwards crash with ``` [ Info: Checking shared library lib/libcommon.so.12.3.0   | free(): invalid pointer   |   signal (6): Aborted ``` (`libcommon` is one of...

@giordano I can successfully `dlopen` each of the shared libraries from within the build script. However, this still fails from within Julia. Do you have an idea why this might...