#49449: pymol: error: no type named 'shared_ptr' in namespace 'std' -----------------------------+----------------------------------- Reporter: kathryn.cole@… | Owner: howarth.at.macports@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: fixed | Keywords: Port: pymol | -----------------------------+----------------------------------- Changes (by ryandesign@…): * status: new => closed * cc: ryandesign@… (added) * resolution: => fixed Comment: The patch to setup.py seems to base its decision on whether to use C++11 features on whether the OS X version is 10.9 or greater. This is not necessarily correct; it is possible to [wiki:LibcxxOnOlderSystems use libc++ on older systems] which will give them C++11 support so you should find a more accurate way to determine if C++11 support is available. I assume the patch you've attached here has been included in the upstream repository and is superseded by the update in #49666 so I committed that instead of this in r142439. -- Ticket URL: <https://trac.macports.org/ticket/49449#comment:12> MacPorts <https://www.macports.org/> Ports system for OS X