You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out that changing prefix path causes most libraries to do a full recompile, rendering the cache mostly useless. We can track the target install path and avoid reconfiguring if it's unchanged, but it's less than ideal.
One use case for caching is to reuse compiled dependencies for binaries installed in different locations.
Currently, the library caching only works if the prefix did not change.
The text was updated successfully, but these errors were encountered: