Alexis Montoison
Alexis Montoison
@emmt I worked on a new version of CUTEst (2.1.0). We can compile a shared library on all platform now, the library is not anymore "incomplete". I need to verify...
Sorry for the delay @emmt, CUTEst.jl will be loadable on Windows with the release `0.13.3`.
This backdoor is not documented and for the developers. It's a way to test new modifications or a new version of a package before that we precompile them with BinaryBuilder.jl...
I also try to recompile CUTEst with Yggdrasil (https://github.com/JuliaPackaging/Yggdrasil/pull/7924) for Andrew. He sent me an email for that. He would like to use the single precision version of CUTEst that...
It will be possible with the next version of `MUMPS_jll.jl`. https://github.com/JuliaPackaging/Yggdrasil/pull/7560
All dependencies of `MUMPS` are difficult to compile on Linux / OSX platforms. For `MUMPS_jll` with need to compile the dependencies with MPI, which is even harder... The last version...
Hi @ovanvincq, the issue is related to `MicrosoftMPI_jll.jl`. I need to recompile it. With Julia 1.10 we can't do anymore symbolic link in the artifact.
@ovanvincq I recompiled `PARMETIS_jll.jl` and `MicrosoftMPI_jll`. Can you check if it fixed the error?
Can you provide the new error message?
The error comes from MicrosoftMPI_jll.jl. I will try to reproduce the error with CI.