Hi,
I’m trying to improve precompile times of my package that depends on ITensors. I’m trying to do with PrecompileTools.jl. However, it complains about ITensors. Here’s the error:
ERROR: LoadError: Evaluation into the closed module `ITensors` breaks incremental compilation because the side effects will not be permanent. This is likely due to some other module mutating `ITensors` with `eval` during precompilation - don't do this.
Is this related to ITensors own precompilation code?