#17514 closed task (fixed)
Upgrade Maxima to 5.35.1
Reported by: | pbruin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-6.5 |
Component: | packages: standard | Keywords: | maxima |
Cc: | jdemeyer, kcrisman, fbissey | Merged in: | |
Authors: | Peter Bruin | Reviewers: | François Bissey |
Report Upstream: | N/A | Work issues: | |
Branch: | 11b645c (Commits, GitHub, GitLab) | Commit: | |
Dependencies: | Stopgaps: |
Description
Tarball: http://pub.math.leidenuniv.nl/~bruinpj/sage/maxima-5.35.1.tar.gz
In view of the recent discussion on whether we should ship vanilla tarballs or stripped ones (https://groups.google.com/forum/#!topic/sage-devel/a9yIdaqNHKU), this is the unmodified upstream tarball. The size is 28.2 MB, compared to 12.2 MB for the stripped .tar.bz2 of 5.34.1.
Change History (6)
comment:1 Changed 7 years ago by
- Branch set to u/pbruin/17514-maxima-5.35.1
- Commit set to 11b645c08f547db72cf0c2c907f379cf2315cdd7
- Status changed from new to needs_review
comment:2 Changed 7 years ago by
- Cc fbissey added
comment:3 Changed 7 years ago by
- Status changed from needs_review to positive_review
Everything looks in order and no other doctests than the one fixed seem to be broken.
comment:4 Changed 7 years ago by
- Reviewers set to François Bissey
comment:5 Changed 7 years ago by
- Branch changed from u/pbruin/17514-maxima-5.35.1 to 11b645c08f547db72cf0c2c907f379cf2315cdd7
- Resolution set to fixed
- Status changed from positive_review to closed
comment:6 Changed 7 years ago by
- Commit 11b645c08f547db72cf0c2c907f379cf2315cdd7 deleted
Upstream report for the problem with Makeinfo: https://sourceforge.net/p/maxima/bugs/2878/
Note: See
TracTickets for help on using
tickets.
Comments on the attached branch:
MAKE="make -j1"
inspkg-install
does not seem necessary; I tested this twice withmake -j12
on a multiprocessor system.spkg-install
of touching.info
files to avoid runningmakeinfo
does not seem to work anymore. The system I tested this on does not havemakeinfo
, which led to the new patchmakeinfo.patch
. (Ifmakeinfo
is not found, then$MAKEINFO
is set tomissing --run makeinfo
, which just touches the existing.info
file.)compile.patch
is superseded by an upstream fix (http://sourceforge.net/p/maxima/bugs/2848/).