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?
$ ./sage -f NTL && ./sage -f Atlas ...
Are there dependencies? In what order should they be rebuilt?