Closed
Description
I'm using matplotlib 1.5.3 on Nix, and for general users it works good. Now, with Nix, we have a tool to build packages in isolation. The builds are run by special users in a clean environment. I've started using Nix for my data analyses and simulations. Unfortunately, whenever a module imports matplotlib, it will rebuild the cache. And it will do this for each step that I build separately.
Ideally a lazy evaluation would be used, i.e., no building of the cache until it is really needed. I guess this isn't implemented. Until then, is there some kind of flag I could set to disable building the cache - or passing it an empty cache?
Metadata
Metadata
Assignees
Labels
No labels