More accurate deb package build fix for CUDA 6.5 and newer.
This commit is contained in:
parent
e650d87e47
commit
b2790973a3
@ -68,7 +68,7 @@ set(CPACK_COMPONENT_tests_DEPENDS libs)
|
|||||||
|
|
||||||
if(HAVE_CUDA)
|
if(HAVE_CUDA)
|
||||||
string(REPLACE "." "-" cuda_version_suffix ${CUDA_VERSION})
|
string(REPLACE "." "-" cuda_version_suffix ${CUDA_VERSION})
|
||||||
if(${CUDA_VERSION} VERSION_LESS "6.5")
|
if(CUDA_VERSION VERSION_LESS "6.5")
|
||||||
set(CPACK_DEB_libs_PACKAGE_DEPENDS "cuda-core-libs-${cuda_version_suffix}, cuda-extra-libs-${cuda_version_suffix}")
|
set(CPACK_DEB_libs_PACKAGE_DEPENDS "cuda-core-libs-${cuda_version_suffix}, cuda-extra-libs-${cuda_version_suffix}")
|
||||||
set(CPACK_DEB_dev_PACKAGE_DEPENDS "cuda-headers-${cuda_version_suffix}")
|
set(CPACK_DEB_dev_PACKAGE_DEPENDS "cuda-headers-${cuda_version_suffix}")
|
||||||
else()
|
else()
|
||||||
@ -83,8 +83,8 @@ if(HAVE_CUDA)
|
|||||||
set(CPACK_DEB_dev_PACKAGE_DEPENDS "${CPACK_DEB_dev_PACKAGE_DEPENDS}, cuda-cublas-dev-${cuda_version_suffix}")
|
set(CPACK_DEB_dev_PACKAGE_DEPENDS "${CPACK_DEB_dev_PACKAGE_DEPENDS}, cuda-cublas-dev-${cuda_version_suffix}")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
set(CPACK_COMPONENT_dev_DEPENDS libs)
|
|
||||||
|
|
||||||
|
set(CPACK_COMPONENT_dev_DEPENDS libs)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT OPENCV_CUSTOM_PACKAGE_INFO)
|
if(NOT OPENCV_CUSTOM_PACKAGE_INFO)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user