You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation failes with CMake on MinGW platform. This problem is associated with creating
a t8code JLL package. See this pull request: JuliaPackaging/Yggdrasil#9718
Description
Compilation failes with CMake on MinGW platform. This problem is associated with creating
a t8code JLL package. See this pull request: JuliaPackaging/Yggdrasil#9718
It is also related with this issue in libsc: cburstedde/libsc#206
The used CMake version is
v3.21
.The following patch solved the issue:
https://github.com/JuliaPackaging/Yggdrasil/pull/9718/files#diff-ea60dc2b5222505401e1890ceea5774a7139e5207e936a92514a273ec7104cae
But it is not clear to me if this is a proper solution.
To Reproduce
For reproduction, I suggest to try to create a t8code JLL package via Yggdrasil without the application of the patches.
Additional information
I used Julia 1.11. But this shouldn't have any effect.
The text was updated successfully, but these errors were encountered: