Page MenuHomePhabricator

Ubuntu uses old local OpenCV
Closed, ResolvedPublic

Description

Some Ubuntu versions were not compatible with the downloadlable OpenCV, version 2.3. That's why these computers now use a local OpenCV version, which is probably older and has not all functions of the currently used OpenCV 2.3. This leads to errors on the dashboard, when compiling OpenCV 2.3 code like in the CorrespondenceSearch bundle.

Related Objects

StatusAssignedTask
ResolvedNone

Event Timeline

This is the Ubuntu version, which uses a local Open CV:

if("${LINUX_DISTRIBUTION}" MATCHES "^[Uu][Bb][Uu][Nn][Tt][Uu].*" AND "${LINUX_RELEASE}" MATCHES "11.04")
  set(OpenCV_DIR "/usr/share/opencv/")

[1a779a]: Merge branch 'bug-10033-WrongOpenCV'

Merged commits:

2011-11-09 16:24:28 Peter Neher [746a38]
opencv can be compiled via superbuild. no need for local opencv anymore