I see that current beta version of sahemath 10.1 supports maxima 5.47. It says
https://groups.google.com/g/sage-release/c/9kYG2vryie8 "29daacb7579 gh-35707: Make Sage work with maxima 5.47"
So I downloaded sagemath 10.1 beta 6.
I have already installed maxima 5.47 on my system.
The problem is, how to configure sagemath to either use
the current installed maxima on the system, or if not possible
how to tell it to build maxima 5.47 and not 5.46?
When I try
./configure
it says
maxima: no suitable system package; standard, SPKG version 5.46.0 will be installed
And when I try
./configure --with-system-maxima=force
it says
configure: error:
Given --with-system-maxima=force, but no system package could be used.
That's an error. Please install the indicated package to continue.
(To override this error, use ./configure --without-system-maxima)
But I have maxima 5.47 installed and working OK on my linux
>which maxima
/usr/local/bin/maxima
>maxima --version
Maxima 5.47.0
>
And just in case, I also have this in my .bashrc
>echo $MAXIMA
/usr/local/bin/maxima
So the question is: How to make sagemath 10.1 beta use Maxima 5.47?
--Nasser