-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing precompilation of LibTrixi.jl #178
Comments
This is weird (and annoying). I don't see how |
I do not fully understand these jll packages yet. I can compare the produced tarballs. But are there corresponding build recipes anywhere? |
https://github.com/JuliaPackaging/Yggdrasil/blob/master/X/XML2/build_tarballs.jl |
💡 https://github.com/JuliaPackaging/Yggdrasil/compare/ebf508b..8f03a6b |
Currently precompilation of libtrixi does not work on rocinante when starting from scratch. The error is:
I tried to find a minimal setup: https://github.com/bgeihe/MPI_Finalize_MWE
using Trixi
Workarounds so far:
finalize_atexit = false
The text was updated successfully, but these errors were encountered: