summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2007-03-03 15:45:17 +0000
committerMarkus Dittrich <markusle@gentoo.org>2007-03-03 15:45:17 +0000
commit3403a297501efa21bb39cb51905b7e58fc35a02f (patch)
treee1d9c7939954ac40345be6874002bc6a26b49d82 /sci-libs
parentNew patch from upstream bug 2967. (diff)
downloadgentoo-2-3403a297501efa21bb39cb51905b7e58fc35a02f.tar.gz
gentoo-2-3403a297501efa21bb39cb51905b7e58fc35a02f.tar.bz2
gentoo-2-3403a297501efa21bb39cb51905b7e58fc35a02f.zip
Changed the wording in the initial warning about x86 and sse.
(Portage version: 2.1.2-r11)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/blas-atlas/blas-atlas-3.7.24.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-libs/blas-atlas/blas-atlas-3.7.24.ebuild b/sci-libs/blas-atlas/blas-atlas-3.7.24.ebuild
index af7d6527eafc..1749cdb9aa8b 100644
--- a/sci-libs/blas-atlas/blas-atlas-3.7.24.ebuild
+++ b/sci-libs/blas-atlas/blas-atlas-3.7.24.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.24.ebuild,v 1.2 2007/01/03 02:36:46 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-atlas/blas-atlas-3.7.24.ebuild,v 1.3 2007/03/03 15:45:17 markusle Exp $
inherit eutils toolchain-funcs fortran
@@ -37,7 +37,8 @@ pkg_setup() {
ewarn "performance of the resulting libraries will be degraded"
ewarn "considerably."
echo
- ewarn "Also, if you experience failing SANITY tests during"
+ ewarn "For users of <=gcc-4.1.1 only:"
+ ewarn "If you experience failing SANITY tests during"
ewarn "atlas' compile please try passing -mfpmath=387; this"
ewarn "option might also result in much better performance"
ewarn "than using then sse instruction set depending on your"