#11645: Singular does not find "gftables/9" on Solaris
-------------------------+--------------------------------------------------
Reporter: SimonKing | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-4.7.2
Component: solaris | Keywords: Singular solaris gftables
Work_issues: | Upstream: Reported upstream. Little or no
feedback.
Reviewer: | Author:
Merged: | Dependencies:
-------------------------+--------------------------------------------------
Comment(by SimonKing):
Oleksander and Hannes from the Singular team replied. Apparently, there
should be tables in the folder `SAGE_ROOT/local/share/singular/gftables`
(or perhaps in `SAGE_ROOT/local/LIB/gftables`).
In my Sage installation on mark, there is a gftables directory, but it
only contains a table for the field of size 10201.
I am not sure whether the tables should already be created when Singular
is built, or only when a field of a particular size is first created (I
asked the Singular team a few minues ago).
According to the Singular manual, Singular allows all field sizes below
`2^16`. Looking at the gftables directory of my installation on my linux
computer, clearly there are less tables than field sizes. So, I guess that
the tables are only created when needed.
But why is Singular not able to? It seems that `SINGULARPATH` is
available:
{{{
sage: [(s,v) for s,v in os.environ.iteritems() if 'SINGULAR' in s]
[('SINGULAR_EXECUTABLE',
'/home/simonking/SAGE/sage-4.7.1.rc1mark/local/bin/Singular'),
('SINGULARPATH',
'/home/simonking/SAGE/sage-4.7.1.rc1mark/local/share/singular')]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11645#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.