OrdinaryDiffEqSymplecticRK: LoadError: UndefVarError: default_linear_interpolation
not defined
#2611
Labels
default_linear_interpolation
not defined
#2611
Describe the bug 🐞
Can't precompile OrdinaryDiffEqSymplecticRK v1.2.0:
Expected behavior
Being able to precompile the package
Minimal Reproducible Example 👇
Without MRE, we would only be able to help you to a limited extent, and attention to the issue would be limited. to know more about MRE refer to wikipedia and stackoverflow.
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
versioninfo()
julia> versioninfo() Julia Version 1.10.8 Commit 4c16ff44be8 (2025-01-22 10:06 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 256 × AMD EPYC 7742 64-Core Processor WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-15.0.7 (ORCJIT, znver2) Threads: 1 default, 0 interactive, 1 GC (on 256 virtual cores)
Additional context
I have a large environment with lots of packages and because of some cross dependencies I can't upgrade OrdinaryDiffEqSymplecticRK to v1.3.0, where I think this issue was fixed by 3c7197b. I think I'd need a v1.2.1 with that issue backported, because at the moment 1.2.0 is completely unusable
The text was updated successfully, but these errors were encountered: