Changes between Initial Version and Version 1 of Ticket #41333


Ignore:
Timestamp:
Nov 12, 2013, 8:29:15 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (port info --maintainers opencv).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41333

    • Property Owner changed from macports-tickets@… to stromnov@…
    • Property Version changed from 2.2.1 to
    • Property Type changed from request to enhancement
    • Property Port opencv added
  • Ticket #41333 – Description

    initial v1  
    33In 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.
    44
     5{{{
    56variant cuda description {Enable CUDA support.} {
    67    configure.args-delete       -DWITH_CUDA=OFF
    78    configure.args-append       -DWITH_CUDA=ON
    89}
     10}}}