-
-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Description
Also should be done for #27168
Note libpng comes in a number of different ABI versions, usually indicated in the library filename as a suffix like "12" (for 1.2.x) up through "16" (for 1.6.x), where 16 is the most current and currently supported by Sage. Distros like Debian has separate packages for each libpng ABI version.
I think to keep it simple we should specifically check for and require libpng16. I don't know if all of Sage's dependencies support older libpngs.
configure tarball: https://github.com/sagemath/sage-prod/files/10659243/configure-318.tar.gz
CC: @kiwifb
Component: packages: standard
Author: Dima Pasechnik
Branch: adc901c
Reviewer: François Bissey
Issue created by migration from https://trac.sagemath.org/ticket/27186