#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 16 years ago by skymoo (Adam Mercer)
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by skymoo (Adam Mercer)
comment:3 Changed 16 years ago by skymoo (Adam Mercer)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
py-matplotlib updated in r44330
cairo variant fixed in r44326, add latex and ghostscript variants. Disable builing of Qt backends for the time being.