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

Precompilation fails when an unknown module is called

Open rikhuijzer opened this issue 2 years ago • 0 comments

Maybe wrapping all precompile directives in a try catch would be a solution? Or there needs to be a way to filter those unknown modules out

Maybe use

@import_pkg FFTW UUID("7a1cc6ca-52ef-59f5-83cd-3a7055c09341")

Or evaluate the precompile call in the right module

rikhuijzer avatar Apr 25 '22 15:04 rikhuijzer