public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] OpenCV 2.3.1a, and earlier CUDA vs GCC 4.4
@ 2011-11-15 20:05 Radosław Smogura
  2011-11-15 22:36 ` [gentoo-dev] " Duncan
  0 siblings, 1 reply; 2+ messages in thread
From: Radosław Smogura @ 2011-11-15 20:05 UTC (permalink / raw
  To: gentoo-dev, Andreas K. Huettel

Hello,

In OpenCV 2.3.1a and 2.3.0 there is test for GCC 4.5, it looks like this test 
is wrong, it should be 

if [ "$(gcc-version)" >= "4.5" ]; then

but is
if [ "$(gcc-version)" > "4.4" ]; then

In particulary this removes support for CUDA when GCC 4.4.5 is used. I think 
CUDA should be removed only from 4.5, or warrning message should be changed.

Regards,
Radosław Smogura



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-15 22:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 20:05 [gentoo-dev] OpenCV 2.3.1a, and earlier CUDA vs GCC 4.4 Radosław Smogura
2011-11-15 22:36 ` [gentoo-dev] " Duncan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox