ipp is not visible to the opencv (Bug #950)


Added by Michal Joachimiak almost 14 years ago. Updated almost 14 years ago.


Status:Done Start date:
Priority:High Due date:
Assignee:Alexander Shishkov % Done:

0%

Category:build/install
Target version:-
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

Using this:
cmake -D CMAKE_BUILD_TYPE=DEBUG -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_QT=ON -D WITH_TBB=ON -D USE_IPP=ON -D IPP_PATH=/opt/intel/ipp/6.1.2.051/em64t/sharedlib ..

results in
....
-- TBB detected:
CMake Error at OpenCVFindIPP.cmake:301 (set_ipp_variables):
set_ipp_variables Function invoked with incorrect arguments for function
named: set_ipp_variables
Call Stack (most recent call first):
CMakeLists.txt:703 (include)
.....

-- Use IPP: IPP not found


Associated revisions

Revision a7606846
Added by Roman Donchenko almost 12 years ago

Merge pull request #950 from apavlenko:fix_java_mat_dump

History

Updated by Michal Joachimiak almost 14 years ago

The environment is Linux amd64

Updated by Alexander Shishkov almost 14 years ago

  • Status deleted (Open)

Updated by Alexander Shishkov almost 14 years ago

You should use IPP_H_PATH instead of IPP_PATH

cmake -D CMAKE_BUILD_TYPE=DEBUG -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_QT=ON -D WITH_TBB=ON -D WITH_IPP=ON -D IPP_H_PATH=/opt/intel/ipp/6.1.2.051/em64t/include ..

Tried use it on Ubuntu 9.10 64 with IPP 6.1.2.051, all is ok.

  • Status set to Done
  • (deleted custom field) set to fixed

Also available in: Atom PDF