#22087: update pymol with gcc43 and gcc44 variants --------------------------------------+------------------------------------- Reporter: adfernandes@… | Owner: howarth@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: | Port: pymol --------------------------------------+------------------------------------- Comment(by ryandesign@…): Replying to [comment:7 adfernandes@…]:
Loading different copies of `libstdc++` into the same process is usually fine as long as everyone is careful about visibility, ctors and dtors, and all that. Unfortunately, that ain't often the case, so I try to keep everything consistent because debugging shared-lib problems is a great waste of time. I've done it, and I never want to do it again.
This sounds like a good reason to allow this change; I think this is also where #20103 is going. I've [attachment:pymol-ryandesign.diff attached] a revised patch that's a bit simpler. -- Ticket URL: <http://trac.macports.org/ticket/22087#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS