From: "Radosław Smogura" <mail@smogura.eu>
To: gentoo-dev@lists.gentoo.org, "Andreas K. Huettel" <dilfridge@gentoo.org>
Subject: [gentoo-dev] OpenCV 2.3.1a, and earlier CUDA vs GCC 4.4
Date: Tue, 15 Nov 2011 21:05:53 +0100 [thread overview]
Message-ID: <201111152105.53132.mail@smogura.eu> (raw)
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
next reply other threads:[~2011-11-15 20:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-15 20:05 Radosław Smogura [this message]
2011-11-15 22:36 ` [gentoo-dev] Re: OpenCV 2.3.1a, and earlier CUDA vs GCC 4.4 Duncan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201111152105.53132.mail@smogura.eu \
--to=mail@smogura.eu \
--cc=dilfridge@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox