FS#57353 - [python-matplotlib] Use system qhull

Attached to Project: Community Packages
Opened by Antonio Rojas (arojas) - Saturday, 03 February 2018, 10:41 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 05 April 2018, 16:07 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
matplotlib is currently using its bundled copy of qhull, we should use the system one. Simply adding qhull to makedpends/depends works.
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 05 April 2018, 16:07 GMT
Reason for closing:  Won't implement
Comment by Antonio Rojas (arojas) - Thursday, 05 April 2018, 16:06 GMT
oh, well - it looks like in 2.2 they changed it so system qhull will only be used if it provides a pkgconfig file, which it doesn't

https://github.com/anntzer/matplotlib/commit/927c2819

Loading...