diff options
author | Lina Pezzella <j4rg0n@gentoo.org> | 2005-02-08 01:39:30 +0000 |
---|---|---|
committer | Lina Pezzella <j4rg0n@gentoo.org> | 2005-02-08 01:39:30 +0000 |
commit | abe4c3b7a9c39e5d50ace9bb7b7496f455dca443 (patch) | |
tree | 846600ccc403f5b36be2b4817f04f17d03002a4f /sci-biology/tree-puzzle | |
parent | dep fix (diff) | |
download | historical-abe4c3b7a9c39e5d50ace9bb7b7496f455dca443.tar.gz historical-abe4c3b7a9c39e5d50ace9bb7b7496f455dca443.tar.bz2 historical-abe4c3b7a9c39e5d50ace9bb7b7496f455dca443.zip |
Stripped -fast
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-biology/tree-puzzle')
-rw-r--r-- | sci-biology/tree-puzzle/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/tree-puzzle/Manifest | 6 | ||||
-rw-r--r-- | sci-biology/tree-puzzle/tree-puzzle-5.1.ebuild | 3 | ||||
-rw-r--r-- | sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild | 3 |
4 files changed, 12 insertions, 6 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/Manifest b/sci-biology/tree-puzzle/Manifest index de0fea50f9ff..f48f5b88241f 100644 --- a/sci-biology/tree-puzzle/Manifest +++ b/sci-biology/tree-puzzle/Manifest @@ -1,6 +1,6 @@ -MD5 b90163d2966c28c19d49b80abeeac907 ChangeLog 1890 +MD5 ec3fada2aad0df98d7de37b24d28c0d6 ChangeLog 2072 MD5 d034503a05e54849a282d5baca880756 metadata.xml 1548 -MD5 217c05258c0d696cbd69f1b34a414133 tree-puzzle-5.1.ebuild 921 -MD5 d21aeafe62e1be32785cb61ecf6ce604 tree-puzzle-5.2.ebuild 1374 +MD5 d1afc9985cfeb342e821f3ee18565431 tree-puzzle-5.1.ebuild 958 +MD5 4677c072e1cb429a96e1db1899a56dd9 tree-puzzle-5.2.ebuild 1411 MD5 432840347efef142f52c23eb03c21e89 files/digest-tree-puzzle-5.1 67 MD5 91165e7d2ebcd4a70e55b5e8bea21e43 files/digest-tree-puzzle-5.2 67 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 |