#13237: Upgrade Singular
---------------------------------------------------------------------------------------------------------------+
Reporter: jdemeyer
| Owner: tbd
Type: enhancement
| Status: positive_review
Priority: critical
| Milestone: sage-5.4
Component: packages
| Resolution:
Keywords: Singular spkg
| Work issues:
Report Upstream: None of the above - read trac for reasoning.
| Reviewers: Alexander Dreyer, François
Bissey
Authors: Jeroen Demeyer, Alexander Dreyer, Dmitrii Pasechnik,
Karl-Dieter Crisman, Jean-Pierre Flori | Merged in:
Dependencies:
| Stopgaps:
---------------------------------------------------------------------------------------------------------------+
Comment (by SimonKing):
Replying to [comment:75 AlexanderDreyer]:
> Replying to [comment:74 SimonKing]:
> I think this is not related tot he upgrade,
Granted. But if we upgrade Singular anyway, we could as well use a little
patch that installs just one additional header.
> so this should be a feature request to the Singular-team. But of course,
any resulting patch could be integrated in the next spkg eventually.
Here is the suggested change, anyway. Add a file
patches/install_table.patch containing
{{{
--- src/Singular/Makefile.in 2012-07-11 11:00:13.000000000 +0100
+++ src/Singular/Makefile.in 2012-08-27 16:22:26.013159361 +0100
@@ -599,7 +599,7 @@
${INSTALL_PROGRAM} $$file ${libdir}; \
done
${INSTALL_PROGRAM} libsingular.h ${includedir}
- for file in subexpr.h tok.h grammar.h ipid.h lists.h ipshell.h
attrib.h; do \
+ for file in subexpr.h tok.h grammar.h ipid.h lists.h ipshell.h
attrib.h table.h; do \
sed -e "s:<kernel/:<singular/:" < $$file |sed -e
"s:<Singular/:<singular/:"|sed -e "s:<omalloc/:<:"|sed -e "s:<factory/:<:"
>${includedir}/singular/$$file ;\
done
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13237#comment:78>
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.