On Thu, May 25, 2023 at 05:30:43AM -0600, Jonathan Drews wrote: > On Thu, May 25, 2023 at 12:02:16PM +0100, Stuart Henderson wrote: > > Here's an updated diff. The MODTCL_WISH_ADJ from the previous diff > > is not actually needed, and Python is no longer needed. > > > > I don't use this software but the update looks good to me now.
Can you also add building maxima.fas and installing it into /usr/local/lib/ecl/ ? Then one can use Maxima from any application which can load libecl.so (e.g. from an application written in C). If we ever port SageMath (sagemath.org) to OpenBSD (there is a port to FreeBSD) then maxima.fas will be necessary. As well, less urgently, shouldn't there be a way to get Maxima compiled with sbcl, only only ecl. (sbcl typically gives considerably better performance, and it's available in ports, but embedding into applications is a different story, harder than with ecl). Best, Dima > > > > Stuart: > > Thank you so much for all your help on this port. I will make the > changes you have given here and test the port. > > > --- > Kind regards, > Jonathan >
