#10773: Update Maxima to the latest upstream release.
---------------------------------------------+------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.7
Component: algebra | Keywords:
Author: David Kirkby, François Bissey | Upstream: N/A
Reviewer: David Kirkby, François Bissey | Merged:
Work_issues: |
---------------------------------------------+------------------------------
Comment(by fbissey):
I think I've got it (successful in Gentoo, no spkg at this time).
Timestamps with a twist. First let's see some difference between 5.22.1
and 5.23.2 in doc/info/Makefile.am:
{{{
@@ -25,7 +25,7 @@
SUBDIRS = $(ES_DIR) $(ES_DIR_UTF8) $(PT_DIR) $(PT_DIR_UTF8) $(PT_BR_DIR)
$(PT_BR_DIR_UTF8)
info_TEXINFOS = maxima.texi
-maxima_TEXINFOS = Introduction.texi Help.texi Command.texi Operators.texi
\
+maxima_TEXINFOS = include-maxima.texi Introduction.texi Help.texi
Command.texi Operators.texi \
Expressions.texi Simplification.texi Plotting.texi Input.texi \
Floating.texi Contexts.texi Polynomials.texi Constants.texi \
Logarithms.texi Trigonometric.texi Special.texi \
}}}
Then you should know this from the same file (unchanged):
{{{
maxima.html: maxima.texi $(maxima_TEXINFOS)
sh extract_categories.sh maxima
}}}
Now what about this new file. Well it is touched at configuration time
{{{
config.status: creating doc/info/include-maxima.texi
}}}
So you need to touch the html files at least after config. I touched them
after compilation and before install.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10773#comment:28>
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.