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
Describe the bug 🐞
Many SciML packages fail to precompile following a pkg> update that updates to:
DiffEqBase v6.144.0 -> v6.144.1
SciMLBase v2.11.1 -> v2.11.3
RecursiveArrayTools v3.1.0 -> v3.2.0
OffsetArrays v1.12.10 -> v1.13.0
Pinning RecursiveArrayTools to v3.1.0 [edit: not v3.2.1 !] allows precompile to work normally
Expected behavior
A clear and concise description of what you expected to happen.
Minimal Reproducible Example 👇
] update
Error & Stacktrace ⚠️
┌ SciMLBase
│ WARNING: Method definition ldiv!(T, RecursiveArrayTools.ArrayPartition{T, S} where S<:Tuplewhere T) where {T<:Union{}} inmodule RecursiveArrayTools at /home/sd336/.julia/packages/RecursiveArrayTools/aXSjX/src/array_partition.jl:431 overwritten on the same line (check for duplicate calls to `include`).
│ ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation.
└
and many other examples from SciML packages
Environment (please complete the following information):
Output of using Pkg; Pkg.status()
Output of using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
julia>versioninfo()
Julia Version 1.10.0-rc3
Commit ed79752b939 (2023-12-1809:57 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU:12× AMD Ryzen 576006-Core Processor
WORD_SIZE:64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, znver3)
Threads:1 on 12 virtual cores
Additional context
Not sure if this is actually a problem in RecursiveArrayTools or a symptom of an issue somewhere else, but pinning to v3.1.0 does allow other packages to precompile normally
The text was updated successfully, but these errors were encountered:
Apologies, typo in the original report: Pinning RecursiveArrayTools to v3.1.0 allows precompile to work normally.
(and v3.2.0 appears to break precompiles)
Describe the bug 🐞
Many SciML packages fail to precompile following a
pkg> update
that updates to:Pinning RecursiveArrayTools to v3.1.0 [edit: not v3.2.1 !] allows precompile to work normally
Expected behavior
A clear and concise description of what you expected to happen.
Minimal Reproducible Example 👇
Error & Stacktrace⚠️
and many other examples from SciML packages
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Not sure if this is actually a problem in RecursiveArrayTools or a symptom of an issue somewhere else, but pinning to v3.1.0 does allow other packages to precompile normally
The text was updated successfully, but these errors were encountered: