Which packages optimize performance parameters during build?
Which packages use performance testing during the build process to optimize it? For example, I know NTL and Atlas do some testing to pick the best parameters for the platform. What other packages do this?
If I want to rebuild the performance testing packages during system "low-load" times, how should that be done? Like this? [Edited to fix character case]
$ ./sage -f ntl && ./sage -f atlas ... && ./sage -b
Are there dependencies? In what order should they be rebuilt?