New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17765 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Reported by: ryandesign@… Owned by: ram@…
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

comment:1 Changed 4 years ago by ram@…

  • Status changed from new to assigned

comment:2 Changed 4 years ago by ram@…

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

comment:3 Changed 4 years ago by ram@…

  • Status changed from assigned to closed
  • Resolution set to fixed

py-matplotlib updated in r44330

comment:4 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.