Andreas Enge skribis: > [PATCH v2 1/2] gnu: maxima: Compile with ecl instead of sbcl. > > This is needed by sage and does not change the maxima functionality. > > * gnu/packages/maths.scm (maxima)[inputs]: Replace sbcl by ecl. > [arguments]: Adapt to use ecl. Drop unneeded flags. > {check}: Adapt to use ecl. > {install-lib}: Add phase to install the file maxima.fas. Hi. Have you checked if maxima doesn't become painfully slow with this change, as sbcl is usually much faster than ecl?