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

* [gentoo-dev] Re: OpenCV 2.3.1a, and earlier CUDA vs GCC 4.4
  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 ` Duncan
  0 siblings, 0 replies; 2+ messages in thread
From: Duncan @ 2011-11-15 22:36 UTC (permalink / raw
  To: gentoo-dev

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




^ 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