diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-24 11:36:11 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-08-24 11:36:11 +0000 |
commit | 3726f2d13b704b09cf10d0e0513a0fb29dbfd061 (patch) | |
tree | a943b72028042d5c012e24165c62352b5ae06ca6 /sci-astronomy/setiathome/setiathome-4.18.ebuild | |
parent | Fix compiling with gcc-2.95.x (diff) | |
download | gentoo-2-3726f2d13b704b09cf10d0e0513a0fb29dbfd061.tar.gz gentoo-2-3726f2d13b704b09cf10d0e0513a0fb29dbfd061.tar.bz2 gentoo-2-3726f2d13b704b09cf10d0e0513a0fb29dbfd061.zip |
Remove ffastmath restriction, seems to produce valid results with a good speed boost, thanks to Tony Murray <tonymurray@fastmail.fm> for the tip.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-astronomy/setiathome/setiathome-4.18.ebuild')
-rw-r--r-- | sci-astronomy/setiathome/setiathome-4.18.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sci-astronomy/setiathome/setiathome-4.18.ebuild b/sci-astronomy/setiathome/setiathome-4.18.ebuild index 5aaf21503708..aa6d362c57f6 100644 --- a/sci-astronomy/setiathome/setiathome-4.18.ebuild +++ b/sci-astronomy/setiathome/setiathome-4.18.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/setiathome-4.18.ebuild,v 1.3 2005/08/23 15:23:24 fmccor Exp $ - -inherit eutils flag-o-matic +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/setiathome-4.18.ebuild,v 1.4 2005/08/24 11:36:11 cryos Exp $ MY_PN="seti_boinc-client-cvs" MY_PV="2005-08-20" @@ -24,7 +22,6 @@ DEPEND="~sci-misc/boinc-4.72.20050813" S=${WORKDIR}/seti_boinc src_compile() { - filter-flags "-ffast-math" # The setiathome GUI doesn't work - so disable it for now... econf BOINCDIR=${WORKDIR}/boinc_public \ --without-x --disable-gui \ |