From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RQPH5-0000RB-1H for garchives@archives.gentoo.org; Tue, 15 Nov 2011 20:06:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F37821C0D0; Tue, 15 Nov 2011 20:06:22 +0000 (UTC) Received: from flawless.hostnac.com (flawless.hostnac.com [67.23.244.186]) by pigeon.gentoo.org (Postfix) with ESMTP id 3228C21C0D2 for ; Tue, 15 Nov 2011 20:05:56 +0000 (UTC) Received: from ceg123.neoplus.adsl.tpnet.pl ([83.30.182.123]:33532 helo=localhost.localnet) by flawless.hostnac.com with esmtpa (Exim 4.69) (envelope-from ) id 1RQPGS-0007el-CS; Tue, 15 Nov 2011 15:05:52 -0500 From: =?utf-8?q?Rados=C5=82aw_Smogura?= To: gentoo-dev@lists.gentoo.org, "Andreas K. Huettel" Subject: [gentoo-dev] OpenCV 2.3.1a, and earlier CUDA vs GCC 4.4 Date: Tue, 15 Nov 2011 21:05:53 +0100 User-Agent: KMail/1.13.7 (Linux/3.0.6-gentoo; KDE/4.6.5; x86_64; ; ) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201111152105.53132.mail@smogura.eu> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - flawless.hostnac.com X-AntiAbuse: Original Domain - lists.gentoo.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - smogura.eu X-Archives-Salt: 2e5c4bae-e261-46b8-aab2-24ef6e44eaa3 X-Archives-Hash: ade21d6ecc8981880d14e8685edf8c00 Hello, In OpenCV 2.3.1a and 2.3.0 there is test for GCC 4.5, it looks like this te= st=20 is wrong, it should be=20 if [ "$(gcc-version)" >=3D "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 thin= k=20 CUDA should be removed only from 4.5, or warrning message should be changed. Regards, Rados=C5=82aw Smogura