Markus Mützel
Markus Mützel
A root CMakeLists.txt file was recently added to the `dev2` branch of SuiteSparse. Using it with the appropriate flags will allow to select which libraries should be be built. https://github.com/DrTimothyAldenDavis/SuiteSparse/blob/25ef28cd0c0ad3fbe944ef9e217672b9b31e7a6e/README.md?plain=1#L653-L660...
Could you please run `diary ("octave_config_info.log"); __octave_config_info__, diary ("off");` and upload the created file here? It would be interesting to see which flags are adding that duplicate option. Additionally, if...
What is the original encoding of the strings? Maybe, one of the conversion functions from the STL would work? https://en.cppreference.com/w/cpp/string/multibyte
As discussed in #20253, disable building with MPI for all environments. The reason is that there is no actual MPI package in MSYS2. `mingw-w64-msmpi` only contains import libraries. A user...
Octave has been updated to version 9 in MSYS2. It should be compatible to SUNDIALS 7. The other dependent in MSYS2, mfem, is not compatible yet. See: https://github.com/mfem/mfem/issues/4169
Julia wasn't updated in more than a couple of years in MSYS2. And ISTR that even the old version doesn't rebuild. If the old package doesn't even run, would it...
@stahta01: Would you like to have a look?
@stahta01: I'm not a julia user myself. I was just asked to ping you before potentially removing the package from the repository. I'm sorry for not having given more background...
Hmmm. Maybe, there are some relocation issues. Does it still work for you locally if you install the package and move (or remove) the source and build tree?
Anyway: If this isn't an easy fix, it might not be worth putting too much effort into it if you aren't a user yourself either. After all, it took probably...