Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 512880 Details for
Bug 637078
<media-libs/opencv-3.3.1: unable to build with cuda 9
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove reference to compute_20 in CMake file if version >8
OpenCVDetectCUDA_cmake.patch (text/plain), 441 bytes, created by
Todd Walter
on 2018-01-02 18:43:18 UTC
(
hide
)
Description:
Remove reference to compute_20 in CMake file if version >8
Filename:
MIME Type:
Creator:
Todd Walter
Created:
2018-01-02 18:43:18 UTC
Size:
441 bytes
patch
obsolete
>--- a/cmake/OpenCVDetectCUDA.cmake 2018-01-02 11:57:50.358147518 -0500 >+++ b/cmake/OpenCVDetectCUDA.cmake 2018-01-02 12:48:44.108965500 -0500 >@@ -104,7 +104,7 @@ > if(${CUDA_VERSION} VERSION_LESS "8.0") > set(__cuda_arch_bin "2.0 3.0 3.5 3.7 5.0 5.2") > else() >- set(__cuda_arch_bin "2.0 3.0 3.5 3.7 5.0 5.2 6.0 6.1") >+ set(__cuda_arch_bin "3.0 3.5 3.7 5.0 5.2 6.0 6.1") > endif() > endif() > endif()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 637078
:
512878
|
512880
|
512882
|
513090