Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
54f190cb
Commit
54f190cb
authored
Jun 17, 2016
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6692 from ilya-lavrenov:lintian
parents
dafb4b81
6677f817
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
OpenCVPackaging.cmake
cmake/OpenCVPackaging.cmake
+5
-0
No files found.
cmake/OpenCVPackaging.cmake
View file @
54f190cb
...
...
@@ -266,6 +266,11 @@ ocv_get_lintian_version(LINTIAN_VERSION)
set
(
LIBS_LINTIAN_OVERRIDES
"binary-or-shlib-defines-rpath"
# usr/lib/libopencv_core.so.2.4.12
"package-name-doesnt-match-sonames"
)
# libopencv-calib3d2.4 libopencv-contrib2.4
if
(
AARCH64 AND CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.9
)
# GCC 4.8 has a bug which sometimes causes it to produce non-PIC aarch64 code.
list
(
APPEND LIBS_LINTIAN_OVERRIDES
"shlib-with-non-pic-code"
)
endif
()
if
(
HAVE_opencv_python
)
set
(
PYTHON_LINTIAN_OVERRIDES
"binary-or-shlib-defines-rpath"
# usr/lib/python2.7/dist-packages/cv2.so
"missing-dependency-on-numpy-abi"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment