In ASDF configuration file, move module numerical-functions below algebraic-database,
commit317ef9087afda22d8d88a96dd8572d8389ff2b37
authorRobert Dodier <robert_dodier@users.sourceforge.net>
Sun, 15 Jan 2023 17:26:24 +0000 (15 09:26 -0800)
committerRobert Dodier <robert_dodier@users.sourceforge.net>
Sun, 15 Jan 2023 17:38:36 +0000 (15 09:38 -0800)
tree9edfee01d578ba71ef879cda9b0958b40cb1434d
parent7ec1689240351e99042feea022099d02163ce447
In ASDF configuration file, move module numerical-functions below algebraic-database,
since the former depends on the latter, in order to avoid error from ASDF
about a circular dependency.

maxima.asd says ":serial t" which implies that a later module depends on every
previous module, therefore any stated dependencies can only be on previous
modules, not later ones.
src/maxima.asd