Currently for each distro we have two tox environments:
- minimal: has the minimal amount of packages for Sage to build
- standard: has all the packages Sage knows how to use
but we might be missing:
- maximal: has all the packages we wish Sage knew how to use
to check Sage can at least build in their presence.
For example, currently, `spkg-configure.m4` files are missing
for `ecl`, `maxima`, `singular`, and Sage won't build properly
if Homebrew packages `ecl` or `singular` are installed.
It would be nice to test that Sage can build whether or not
there is an ambient ecl, maxima, singular, etc. lying around.
Or should one configure with `--with-system-ecl=no` etc.?
Or should `configure` default to `--with-system-ecl=no` etc.
until we have the corresponding `spkg-configure.m4` files?