Erik Schnetter
Erik Schnetter
The error on Windows with Julia 1.12-beta4 seems real. It looks as if this was a failure during garbage collection.
The current build failures are not caused by this PR. I changed the PR to make no meaningful change (it only introduces a comment) and yet both one of the...
Things worked fine when I re-ran the command.
Thanks. (FWIW, from a cleanliness point of view I'd prefer a new API that returns error codes.)
OpenSSH_jll has been updated in the mean time.
We disable MPI for 32-bit Windows builds in the HDF5 build script because ``` # Do not enable MPI; the function MPI_File_close is not defined # in the 32-bit version...
It might be that the version of the dependencies loaded during the audit is different from the version of the dependencies loaded at run time. If the versions are marked...
I think the path forward would be first to decide how to handle this. If I recall there are two options: - Change the names of the shared libraries on...
A high-level design question for a C interface is how dynamically allocated structures or arrays should be handled. I am currently using this approach: ```C char* get_stuff(); size_t get_stuffSize(); ```...
@franzpoeschel The code is not yet ready for review, some functions are still missing.