-
Notifications
You must be signed in to change notification settings - Fork 114
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
T8code Trixi Trixi2Vtk failed to precompile #1769
Comments
Can you be more precise, please? What did you do and how exactly does your error look like? |
Hello, I also have the same problem. Though my version differs slightly but we use the same OS system. This is what my error looks like
|
Looks like a Windows issue 😬 |
The t8code binaries provided by the JLL package have been updated recently (see JuliaPackaging/Yggdrasil#7775). The T8code.jl CI is failing on Windows with a similar error (see https://github.com/DLR-AMR/T8code.jl/actions/runs/7167253532/job/19512982787#step:5:698), maybe this update broke the current T8code.jl release. Since Trixi.jl depends on T8code.jl this could be the cause of this issue as well. Please try to use the old binaries by pinning the version of julia> using Pkg
julia> pkg"add [email protected]" |
It also fails in our CI (see e.g. https://github.com/trixi-framework/Trixi.jl/actions/runs/7169750961/job/19520881415?pr=1771#step:7:1195) cc @jmark |
Hello, I downgraded T8code and now Trixi is working properly. Thank you very much for your help! |
This fixed the problem, Thank you very much for your help! |
A fix for |
The new version of t8code_jll.jl fixed the CI problems. So now you should be able to use the newest versions again. Thanks @jmark for the quick fix! |
othrer dependences packages work well
Julia Version 1.9.3 Commit bed2cd540a (2023-08-24 14:43 UTC)
Build Info: Official https://julialang.org/ release Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 12 × AMD Ryzen 5 5600X 6-Core Processor
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, znver3)
Threads: 1 on 12 virtual cores Environment:
JULIA_DEPOT_PATH = D:\Julia-1.9.3\JuliaPKG
JULIA_IMAGE_THREADS = 1
JULIA_PKG_SERVER = https://mirrors.sjtug.sjtu.edu.cn/julia
The text was updated successfully, but these errors were encountered: