jlec 15/03/29 16:03:43 Modified: raxml-7.2.6.ebuild ChangeLog Log: Use REQUIRED_USE to constrain sse3 compatibility (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.4 sci-biology/raxml/raxml-7.2.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/raxml/raxml-7.2.6.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/raxml/raxml-7.2.6.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/raxml/raxml-7.2.6.ebuild?r1=1.3&r2=1.4 Index: raxml-7.2.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/raxml/raxml-7.2.6.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- raxml-7.2.6.ebuild 29 Jan 2015 21:23:13 -0000 1.3 +++ raxml-7.2.6.ebuild 29 Mar 2015 16:03:43 -0000 1.4 @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/raxml/raxml-7.2.6.ebuild,v 1.3 2015/01/29 21:23:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/raxml/raxml-7.2.6.ebuild,v 1.4 2015/03/29 16:03:43 jlec Exp $ -EAPI=4 +EAPI=5 inherit eutils flag-o-matic toolchain-funcs -DESCRIPTION="A Program for Sequential, Parallel & Distributed Inference of Large Phylogenetic Trees" +DESCRIPTION="Sequential, Parallel & Distributed Inference of Large Phylogenetic Trees" HOMEPAGE="http://wwwkramer.in.tum.de/exelixis/software.html" SRC_URI="http://wwwkramer.in.tum.de/exelixis/software/RAxML-${PV}.tar.bz2" @@ -15,16 +15,14 @@ KEYWORDS="~amd64 ~x86" IUSE="cpu_flags_x86_sse3 +threads" +REQUIRED_USE="cpu_flags_x86_sse3" + # mpi is not supported in version 7.2.2. mpi is enabled by adding -DPARALLEL to CFLAGS DEPEND="" # mpi? ( virtual/mpi )" RDEPEND="${DEPEND}" S="${WORKDIR}/RAxML-${PV}" -pkg_pretend() { - use cpu_flags_x86_sse3 || die "This package needs sse3 support in your CPU" -} - src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch 1.11 sci-biology/raxml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/raxml/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/raxml/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/raxml/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/raxml/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 29 Jan 2015 21:23:13 -0000 1.10 +++ ChangeLog 29 Mar 2015 16:03:43 -0000 1.11 @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/raxml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/raxml/ChangeLog,v 1.10 2015/01/29 21:23:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/raxml/ChangeLog,v 1.11 2015/03/29 16:03:43 jlec Exp $ + + 29 Mar 2015; Justin Lecher <[email protected]> raxml-7.2.6.ebuild: + Use REQUIRED_USE to constrain sse3 compatibility 29 Jan 2015; Michał Górny <[email protected]> metadata.xml, raxml-7.2.6.ebuild:
