Fix compile issue in flann module on uClibc without long double support (Patch #1515)


Added by jacmet - about 13 years ago. Updated almost 13 years ago.


Status:Done Start date:
Priority:Low Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:flann
Target version:2.4.0
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

uClibc configured without UCLIBC_HAS_LONG_DOUBLE_MATH (because of user
choice or simply that the arch doesn't provide long doubles) doesn't
provide fabsl(), breaking the build in the flann module.

Work around it by not providing the long double template specialization.


opencv-uclibc-optional-long-double-support.patch - patch (1.2 kB) jacmet -, 2011-12-11 09:54 pm


Associated revisions

Revision 29077f11
Added by Vadim Pisarevsky almost 13 years ago

got rid of "long double" in OpenCV; ticket #1515

Revision 178f0272
Added by Alexander Smorkalov over 11 years ago

Merge pull request #1515 from asmorkalov:ocv_pr_1464_revert

History

Updated by Alexander Shishkov almost 13 years ago

  • Tracker changed from Feature to Patch
  • Target version deleted ()

Updated by Alexander Shishkov almost 13 years ago

  • Priority changed from Normal to Low

Updated by Alexander Shishkov almost 13 years ago

  • Assignee deleted (Marius Muja)

Updated by Vadim Pisarevsky almost 13 years ago

thanks! In SVN, r7644, we removed all the "long double" occurrences in OpenCV.

  • Status changed from Open to Done
  • Assignee set to Vadim Pisarevsky

Updated by Alexander Shishkov almost 13 years ago

  • Target version set to 2.4.0

Also available in: Atom PDF