summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLina Pezzella <j4rg0n@gentoo.org>2005-02-08 01:39:30 +0000
committerLina Pezzella <j4rg0n@gentoo.org>2005-02-08 01:39:30 +0000
commitb276e483b2cb05ea70d931d6624354215eb76be4 (patch)
tree99e499883a567039372ac495999ad173dfbc47ed /sci-biology/tree-puzzle
parentdep fix (diff)
downloadgentoo-2-b276e483b2cb05ea70d931d6624354215eb76be4.tar.gz
gentoo-2-b276e483b2cb05ea70d931d6624354215eb76be4.tar.bz2
gentoo-2-b276e483b2cb05ea70d931d6624354215eb76be4.zip
Stripped -fast
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-biology/tree-puzzle')
-rw-r--r--sci-biology/tree-puzzle/ChangeLog6
-rw-r--r--sci-biology/tree-puzzle/tree-puzzle-5.1.ebuild3
-rw-r--r--sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/sci-biology/tree-puzzle/ChangeLog b/sci-biology/tree-puzzle/ChangeLog
index a5cf78f21867..8d50953d8162 100644
--- a/sci-biology/tree-puzzle/ChangeLog
+++ b/sci-biology/tree-puzzle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/tree-puzzle
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/ChangeLog,v 1.7 2005/02/03 23:56:45 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/ChangeLog,v 1.8 2005/02/08 01:39:30 j4rg0n Exp $
+
+ 07 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> tree-puzzle-5.1.ebuild,
+ tree-puzzle-5.2.ebuild:
+ Stripped -fast from CLAGS as it causes *too* accurate floating point arithmetic
03 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> tree-puzzle-5.2.ebuild:
Unstable ppc-macos
diff --git a/sci-biology/tree-puzzle/tree-puzzle-5.1.ebuild b/sci-biology/tree-puzzle/tree-puzzle-5.1.ebuild
index 606dfb7a83c2..5288fcbb1d13 100644
--- a/sci-biology/tree-puzzle/tree-puzzle-5.1.ebuild
+++ b/sci-biology/tree-puzzle/tree-puzzle-5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/tree-puzzle-5.1.ebuild,v 1.3 2005/01/14 22:54:27 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/tree-puzzle-5.1.ebuild,v 1.4 2005/02/08 01:39:30 j4rg0n Exp $
DESCRIPTION="Maximum likelihood analysis for nucleotide, amino acid, and two-state data."
HOMEPAGE="http://www.tree-puzzle.de"
@@ -12,6 +12,7 @@ KEYWORDS="x86 ~ppc ppc-macos"
IUSE=""
src_compile() {
+ use ppc-macos && filter-flags -fast
econf || die "Configuration failed."
emake || die "Compilation failed."
}
diff --git a/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild b/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild
index b34210d4617e..f7a85e04d831 100644
--- a/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild
+++ b/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild,v 1.5 2005/02/03 23:56:45 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild,v 1.6 2005/02/08 01:39:30 j4rg0n Exp $
inherit toolchain-funcs
@@ -23,6 +23,7 @@ pkg_setup () {
}
src_compile() {
+ use ppc-macos && filter-flags -fast
econf || die
cd ${S}/src
if ! use mpi; then