diff options
-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 \ |