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?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/cade5215-58ab-4d84-881e-6b54a41c8807o%40googlegroups.com.

Reply via email to