-
-
Notifications
You must be signed in to change notification settings - Fork 231
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 to precompile since BoundaryValueDiffEq
fails.
#1070
Failing to precompile since BoundaryValueDiffEq
fails.
#1070
Comments
Could you try installing the latest version(5.12) of BoundaryValueDiffEq.jl? |
Thank you. It works~ But why |
I know what happens. |
@ErikQQY , so I pin I'm not sure if it is the correct solution. |
That's weird, from your Manifest status, I guess your local registry has not been updated for a while, could you try |
I have updated it via pkg> registry update and then again pkg> up
Updating registry at `~/.julia/registries/General.toml`
Updating `/path/to/Project.toml`
⌃ [764a87c0] ↓ BoundaryValueDiffEq v5.12.0 ⇒ v5.11.0
[82cc6244] ↑ DataInterpolations v6.6.0 ⇒ v7.0.0
Updating `~/path/to/Manifest.toml`
⌃ [764a87c0] ↓ BoundaryValueDiffEq v5.12.0 ⇒ v5.11.0
[56b672f2] - BoundaryValueDiffEqCore v1.2.0
[85d9eb09] - BoundaryValueDiffEqFIRK v1.2.0
[1a22d4ce] - BoundaryValueDiffEqMIRK v1.2.0
[ed55bfe0] - BoundaryValueDiffEqShooting v1.2.0
[82cc6244] ↑ DataInterpolations v6.6.0 ⇒ v7.0.0
⌅ [8913a72c] ↓ NonlinearSolve v3.15.1 ⇒ v3.14.0
[be0214bd] - NonlinearSolveBase v1.4.0
[5959db7a] - NonlinearSolveFirstOrder v1.2.0
[9f842d2f] - SparseConnectivityTracer v0.6.9
[0a514795] - SparseMatrixColorings v0.4.10 |
With pinning
Then everything is okay: pkg> st
Status `/path/to/Project.toml`
[764a87c0] BoundaryValueDiffEq v5.12.0
⌃ [82cc6244] DataInterpolations v6.6.0 ⚲
[0c46a032] DifferentialEquations v7.15.0
[cd3eb016] HTTP v1.10.15
[b964fa9f] LaTeXStrings v1.4.0
[91a5bcdd] Plots v1.40.9
[92933f4c] ProgressMeter v1.10.2
[0bca4576] SciMLBase v2.70.0
[276daf66] SpecialFunctions v2.5.0
Info Packages marked with ⌃ have new versions available and may be upgradable. |
Yeah, I can reproduce the same conflict between BoundaryValueDiffEq and DataInterpolations, I see what's going wrong here, BoundaryValueDiffEq is restricting, I will cut a new release to fix this issue |
Thank you~ |
Describe the bug 🐞
With
]add DiffentialEquations
,BoundaryValueDiffEq
fails to precompile.Expected behavior
Precompile
DiffentialEquations
successfully.Minimal Reproducible Example 👇
Error & Stacktrace⚠️
See
err.log
.Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
julia> versioninfo() Julia Version 1.11.2 Commit 5e9a32e7af2 (2024-12-01 20:02 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 32 × AMD Ryzen 9 9950X 16-Core Processor WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, generic) Threads: 1 default, 0 interactive, 1 GC (on 32 virtual cores)
Additional context
Nothing.
The text was updated successfully, but these errors were encountered: