#13234: Add Normaliz optional package
--------------------------------------+-------------------------------------
Reporter: novoselt | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.6
Component: packages | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Andrey Novoseltsev | Merged in:
Dependencies: | Stopgaps:
--------------------------------------+-------------------------------------
Comment (by dimpase):
I also noticed that some normaliz.lib functions are not working as
advertised, e.g.
{{{
> startNmz();
? open: Error for link _ of type: ASCII, mode: r, name:
nmz_sing_exec.path
? cannot read from `nmz_sing_exec.path`
? error occurred in or before normaliz.lib::startNmz line 292: `
string s=read(inf); `
? expected string-expression. type 'help string;'
? leaving normaliz.lib::startNmz
skipping text from `;` error at token `)`
}}}
instead of [http://www.singular.uni-
kl.de/Manual/latest/sing_1154.htm#SEC1230 this]. This is probably minor,
as {{{normaliz}}} executable is found in the {{{PATH}}}.
To make it work I can do
{{{
> setNmzDataPath("/tmp/");
> setNmzFilename("blah");
> writeNmzPaths();
> startNmz();
nmz_exec_path not set
nmz_data_path is /tmp/
}}}
If I then try the Singular input as above to compute
{{{intclMonIdeal(I)}}} I can see that the files {{{/tmp/blah.*}}} created
do not make sense. E.g. {{{/tmp/blah.in}}} is as follows:
{{{
1
1
2
3
}}}
which makes little sense.
I would not be surprised is this is an upstream (i.e. {{{normaliz}}}) bug.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13234#comment:12>
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.