mihail22 mihail22 wrote:
> Hi.
>
> 1. I have question about stability of the current Maxima's version
> 5.19post. My work is related to computer algebra system: update and
> create packages related to solving of equations and inequations,
> calculation of domain of the algebraic expression, interval
> arithmetic. I develop and use it our project.
> Could you tell me about the choice between version 5.19.2 and
> 5.19post? Which version is better for development?
5.19.2 is done, and hence stable. 5.19post is the development version
and is constantly changing. Many thing s are getting fixed, new things
added, and, hopefully, no new bugs added. But you could just grab a
particular CVS version of 5.19post and never update it. I don't know
which would be better for you.
>
> 2. How to add my packages in version 5.19.2 in maxima/share directory?
> It is important to build the whole system with new packages in share
> directory.
I think you can just put your packages in the maxima/share directory.
But you might have to update file_search_maxima or file_search_maxima to
include the new directories you've added. (I've never actually done
this, so I don't know for sure.)
Ray