Changes between Initial Version and Version 1 of Ticket #41333
- Timestamp:
- Nov 12, 2013, 8:29:15 PM (11 years ago)
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
toenhancement
- Property Port opencv added
-
Ticket #41333 – Description
initial v1 3 3 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. 4 4 5 {{{ 5 6 variant cuda description {Enable CUDA support.} { 6 7 configure.args-delete -DWITH_CUDA=OFF 7 8 configure.args-append -DWITH_CUDA=ON 8 9 } 10 }}}