Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17765 closed defect (fixed)

py-matplotlib, py25-matplotlib: incomplete +cairo, +gtk2, +tkinter, +wxpython variants

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: skymoo (Adam Mercer)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: py-matplotlib, py25-matplotlib

Description

In py-matplotlib, the +cairo, +gtk2, +tkinter and +wxpython variants all just add a dependency. This isn't enough... A configure argument (or a patch or a reinplace or something) also needs to be added to cause the port to use the relevant library. If matplotlib automatically uses the relevant library if present, then that is a problem, because we do not want the port to link with libraries it hasn't declared dependencies on, so any such automatic library detection needs to be disabled by default, and then can be re-enabled in the appropriate variants.

py25-matplotlib already seems to have a fix for this issue for the +gtk2, +tkinter and +wxpython variants so these fixes can be adopted in the py-matplotlib port (and the revision should then be increased). Both ports still need a fix for the +cairo variant.

Change History (4)

comment:1 Changed 15 years ago by skymoo (Adam Mercer)

Status: newassigned

comment:2 Changed 15 years ago by skymoo (Adam Mercer)

cairo variant fixed in r44326, add latex and ghostscript variants. Disable builing of Qt backends for the time being.

comment:3 Changed 15 years ago by skymoo (Adam Mercer)

Resolution: fixed
Status: assignedclosed

py-matplotlib updated in r44330

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.