#1396: Ideal.groebner_basis should accept keyword arguments for strategy
parameters
-----------------------------------+----------------------------------------
Reporter: malb | Owner: malb
Type: enhancement | Status: positive_review
Priority: minor | Milestone: sage-4.5.2
Component: commutative algebra | Keywords: libSingular options
Author: Simon King | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------------+----------------------------------------
Comment(by mpatel):
Applying [attachment:trac1396-singular_options.patch] to a long queue of
other patches I've put together for 4.5.2.alpha0, I get
{{{
$ hg qpush
applying trac1396-singular_options.patch
patching file sage/libs/singular/singular-cdefs.pxi
Hunk #2 FAILED at 993
1 out of 3 hunks FAILED -- saving rejects to file sage/libs/singular
/singular-cdefs.pxi.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working dir
errors during apply, please fix and refresh
trac1396-singular_options.patch
}}}
Earlier tickets in the queue include #6922 and #9499. Since
`sage/libs/singular/singular-cdefs.pxi.rej` contains just
{{{
#!diff
--- singular-cdefs.pxi
+++ singular-cdefs.pxi
@@ -995,8 +994,6 @@
poly *prCopyR_NoSort(poly *p, ring *r, ring *dest_r)
poly *prCopyR(poly *p, ring *r, ring *dest_r)
-
-
cdef int LANG_TOP
cdef extern from "stairc.h":
}}}
I'll ignore the rejects, refresh the patch, and attach the refreshed patch
here. Please let me know if this is a problem.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1396#comment:9>
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.