Opened 12 years ago
Last modified 11 years ago
#10187 closed defect
Update ecl and maxima — at Initial Version
Reported by: | vbraun | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-4.6.1 |
Component: | packages: standard | Keywords: | |
Cc: | was, jhpalmieri, mpatel, leif, jsp, jason, kcrisman, fbissey, jpflori | Merged in: | |
Authors: | Volker Braun | Reviewers: | |
Report Upstream: | Workaround found; Bug reported upstream. | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Please update ecl and maxima to the newest upstream release. Sage packages are here:
http://www.stp.dias.ie/~vbraun/Sage/spkg/ecl-10.4.1.p0.spkg http://www.stp.dias.ie/~vbraun/Sage/spkg/maxima-5.22.1.spkg
Note that you cannot upgrade one without the other; Both need to be upgraded simultaneously or build will fail.
Relevant tickets for ecl:
- #9264: Apply ALL relevent fixes to ECL 10.4.1: As far as I can tell all relevant patches are included in ecl-10.4.1.p0.spkg.
- #9493: Remove extra baggage from ECL 10.2.1.p1 (again): Patch is included and #9493 can be closed after this ticket.
- #10185: the old ecl-10.2.1 does not build on Fedora 14: Fixed with the updated ecl from this ticket.
Relevant tickets for maxima:
- #8645: ECL library "maxima.fasb" is built at new location. The patches from this bug have been incorporated into the maxima spkg, and #8645 can be closed after this ticket.
- #8731: update/upgrade maxima to latest upstream (5.21.1): Latest upstream is nowadays 5.22.1.
- #8582:
sum(1/(1+k^2), k, -oo, oo)
returns 0: The new maxima seems to be able to evaluate this correctly, at leasts it returns some expression with digamma functions.
The updated maxima code seems to be more careful about signs which leads to doctest errors.
Note: See
TracTickets for help on using
tickets.