#12840: update M4RI to newest upstream release
--------------------------------------------+-------------------------------
Reporter: malb | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.1
Component: packages | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: Simon King
Authors: Martin Albrecht | Merged in:
Dependencies: to be merged with #12841 | Stopgaps:
--------------------------------------------+-------------------------------
Comment (by jdemeyer):
Replying to [comment:26 malb]:
> In your log above, {{{PKG_CHECK_MODULES()}}} fails to find libpng and
{{{AC_CHECK_LIB()}}} finds it.
Actually, it's not quite like that. `PKG_CHECK_MODULES()` found
`libpng12` but you still try to link with `-lpng` instead of `-lpng12`
(the first failure comes from the `libpng14` check). `AC_CHECK_LIB()`
isn't called (but it would fail).
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12840#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.