gridap / GridapODEs.jl

Time stepping for Gridap
MIT License
33 stars 7 forks source link

Failed to precompile GridapODEs #48

Closed reula closed 2 years ago

reula commented 3 years ago

Hi, probably is something very trivial, but I don't find the problem:

┌ Info: Precompiling GridapODEs [55e38337-5b6e-4c7c-9cfc-e00dd49102e6] └ @ Base loading.jl:1278 ERROR: LoadError: LoadError: UndefVarError: Inference not defined Stacktrace: [1] include(::Function, ::Module, ::String) at ./Base.jl:380 [2] include at ./Base.jl:368 [inlined] [3] include(::String) at /Users/reula/.julia/packages/GridapODEs/noVDv/src/GridapODEs.jl:1 [4] top-level scope at /Users/reula/.julia/packages/GridapODEs/noVDv/src/GridapODEs.jl:3 [5] include(::Function, ::Module, ::String) at ./Base.jl:380 [6] include(::Module, ::String) at ./Base.jl:368 [7] top-level scope at none:2 [8] eval at ./boot.jl:331 [inlined] [9] eval(::Expr) at ./client.jl:467 [10] top-level scope at ./none:3 in expression starting at /Users/reula/.julia/packages/GridapODEs/noVDv/src/ODETools/ODETools.jl:11 in expression starting at /Users/reula/.julia/packages/GridapODEs/noVDv/src/GridapODEs.jl:3

oriolcg commented 3 years ago

It looks like there is a problem using Gridap modules. ODETools.jl:11 is the first line that calls Gridap.jl.