Radosław Smogura posted on Tue, 15 Nov 2011 21:05:53 +0100 as excerpted:

> 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.

Thanks for the report.  Could you file a bug on it?  bugs.gentoo.org

That's how Gentoo normally tracks such things (and actually, a lot of 
other non-bug stuff too).  It helps keep them around until the problem is 
looked into and fixed, where a message posted to the list is often read 
and forgotten about, if the package maintainer doesn't have time right 
then to look into it.  The list is more for discussion of various 
technical questions that might be hard, or where there's likely to be a 
difference of opinion that needs hashed out.

Thanks again. =:^)

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman


Reply via email to