#41333: Add CUDA as a variant to OpenCV -----------------------+-------------------------------- Reporter: jsoller@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: -----------------------+-------------------------------- CUDA significantly increases OpenCV performance on MacBooks where NVIDIA cards and the CUDA library are installed. In the graphics/opencv Portfile, the following lines could be added, allowing cuda to be selected as a variant. This requires the CUDA developer toolkit to be installed on the build machine. variant cuda description {Enable CUDA support.} { configure.args-delete -DWITH_CUDA=OFF configure.args-append -DWITH_CUDA=ON } -- Ticket URL: <https://trac.macports.org/ticket/41333> MacPorts <http://www.macports.org/> Ports system for OS X