[MacPorts] #24503: Upgrade opencv from 2.0.0 to 2.1.0
MacPorts
noreply at macports.org
Tue Aug 3 02:52:05 PDT 2010
#24503: Upgrade opencv from 2.0.0 to 2.1.0
--------------------------------+-------------------------------------------
Reporter: dersh@… | Owner: stante@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: opencv
--------------------------------+-------------------------------------------
Comment(by stromnov@…):
> Replying to [comment:16 josharian@…]:
> That /System/Library... bit looked suspicious, so I went ahead and
confirmed that I am running the MacPorts python...
Yes, your boost installation linked to system python, instead of macports
(see #21444).
You can relink it manually via
{{{
sudo install_name_tool -change
/System/Library/Frameworks/Python.framework/Versions/2.6/Python
/opt/local/Library/Frameworks/Python.framework/Versions/2.6/Python
/opt/local/lib/libboost_python.dylib
}}}
or properly reinstall boost (after selecting proper interpreter via
python_select)
--
Ticket URL: <http://trac.macports.org/ticket/24503#comment:20>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list