#5111: [with patch, needs review] axiom --> fricas ?
-------------------------+--------------------------------------------------
Reporter: was | Owner: mhansen
Type: enhancement | Status: assigned
Priority: blocker | Milestone: sage-3.4.1
Component: interfaces | Keywords:
-------------------------+--------------------------------------------------
Comment(by bpage):
Mike,
On my Debian 5.0 (Lenny) x86 system I have not been able to compile recent
versions of Axiom from source using the instructions here:
http://axiom.axiom-developer.org/axiom-website/download.html
I get build errors early in the process. What did you use to get the
"January 2009 release of Axiom" referred to in your tests?
After installing the binary version of Axiom via
{{{
apt-get install axiom
}}}
I do get the older "2005" version of Axiom which does seem to run ok
(known problems with Hyperdoc etc. notwithstanding). However this version
seems to have pexpect synchronization problems.
{{{
sage: axiom('1+1')
sage:
}}}
returns no visible result, while
{{{
sage: fricas('1+1')
2
sage:
}}}
behaves as expected.
I think the problem is probably caused by the differences in readline
behavior under gcl and/or minor differences in the initial prompts. I am
not sure how to handle this so long as we depend on an externally
installed version of Axiom. If Sage is going to continue to support Axiom
as an option, perhaps some effort needs to be given to creating an
optional Axiom spkg ... (Don't look at me! :-). Otherwise, I would not be
against getting rid of the 'axiom' function all together.
On this same subject: What consideration, if any, has been given to
providing a similar interface for OpenAxiom? Does anyone want this?
Regards,
Bill Page.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5111#comment:9>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---