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 | |
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')
-rw-r--r-- | sci-astronomy/setiathome/ChangeLog | 6 | ||||
-rw-r--r-- | sci-astronomy/setiathome/setiathome-4.18.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sci-astronomy/setiathome/ChangeLog b/sci-astronomy/setiathome/ChangeLog index d1f6720fc724..bc2c952cd550 100644 --- a/sci-astronomy/setiathome/ChangeLog +++ b/sci-astronomy/setiathome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-astronomy/setiathome # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/ChangeLog,v 1.7 2005/08/23 15:23:24 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/ChangeLog,v 1.8 2005/08/24 11:36:11 cryos Exp $ + + 24 Aug 2005; Marcus D. Hanwell <marcus@gentoo.org> setiathome-4.18.ebuild: + Remove ffastmath restriction, seems to produce valid results with a good + speed boost, thanks to Tony Murray <tonymurray@fastmail.fm> for the tip. 23 Aug 2005; Ferris McCormick <fmccor@gentoo.org> setiathome-3.03-r1.ebuild, setiathome-3.03-r2.ebuild, 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 \ |