LinearMaps.jl
LinearMaps.jl copied to clipboard
Issue precompiling version 3.11.2
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!