diff options
Diffstat (limited to 'sci-biology/vaal/vaal-1.2.ebuild')
-rw-r--r-- | sci-biology/vaal/vaal-1.2.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sci-biology/vaal/vaal-1.2.ebuild b/sci-biology/vaal/vaal-1.2.ebuild index 7dc50a0c6ba9..b1331c1f320e 100644 --- a/sci-biology/vaal/vaal-1.2.ebuild +++ b/sci-biology/vaal/vaal-1.2.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/vaal/vaal-1.2.ebuild,v 1.1 2009/07/08 03:52:35 weaver Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/vaal/vaal-1.2.ebuild,v 1.2 2009/11/12 18:45:22 weaver Exp $ EAPI="2" +inherit base + DESCRIPTION="A variant ascertainment algorithm that can be used to detect SNPs, indels, and other polymorphisms" HOMEPAGE="http://www.broadinstitute.org/science/programs/genome-biology/crd" SRC_URI="ftp://ftp.broad.mit.edu/pub/crd/VAAL/VAAL.1.2.tgz @@ -17,6 +19,10 @@ KEYWORDS="~amd64 ~x86" DEPEND=">=dev-libs/boost-1.37.0" RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}"/${P}-gcc-x86-no-autocast.patch +) + S="${WORKDIR}/VAAL" src_install() { |