LinearMaps.jl icon indicating copy to clipboard operation
LinearMaps.jl copied to clipboard

Issue precompiling version 3.11.2

Open kmp5VT opened this issue 1 year ago • 3 comments

Hello,

I am trying to use the package manager to obtain the latest version of LinearMaps but am running into an issue with precompile. This is the error

julia> Pkg.activate(temp=true)
julia> Pkg.add("LinearMaps")
PkgPrecompileError: The following 1 direct dependency failed to precompile:

LinearMaps [7a12625a-238d-50fd-b39a-03d52299707e]

Error: Missing source file for LinearMaps [7a12625a-238d-50fd-b39a-03d52299707e

when I explicitly grab v3.11.1 the code compiles fine.

Thanks!

kmp5VT avatar Aug 12 '24 16:08 kmp5VT