Gentoo Archives: gentoo-dev

From: "Radosław Smogura" <mail@×××××××.eu>
To: gentoo-dev@l.g.o, "Andreas K. Huettel" <dilfridge@g.o>
Subject: [gentoo-dev] OpenCV 2.3.1a, and earlier CUDA vs GCC 4.4
Date: Tue, 15 Nov 2011 20:06:31
Message-Id: 201111152105.53132.mail@smogura.eu
1 Hello,
2
3 In OpenCV 2.3.1a and 2.3.0 there is test for GCC 4.5, it looks like this test
4 is wrong, it should be
5
6 if [ "$(gcc-version)" >= "4.5" ]; then
7
8 but is
9 if [ "$(gcc-version)" > "4.4" ]; then
10
11 In particulary this removes support for CUDA when GCC 4.4.5 is used. I think
12 CUDA should be removed only from 4.5, or warrning message should be changed.
13
14 Regards,
15 Radosław Smogura

Replies

Subject Author
[gentoo-dev] Re: OpenCV 2.3.1a, and earlier CUDA vs GCC 4.4 Duncan <1i5t5.duncan@×××.net>