#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:6 ajb78@…]:
I tried the attached portfiles - it works for compiling and installing opencv but there is an error:
in patch-interfaces_python_CMakeLists.txt.diff cv.so should remained as cv.so and NOT cv.dylib (otherwise python will not recognize it as a module).
Python supports all dynamic library extensions variants: - .dll on win32 - .so on Linux - .so and .dylib on MacOSX Macport Python 2.6 perfectly works with this python .dylib extension. -- Ticket URL: <http://trac.macports.org/ticket/24503#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS