Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 226325 Details for
Bug 312897
sci-biology/raxml-7.2.6: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
raxml-7.2.6.ebuild
raxml-7.2.6.ebuild (text/plain), 1.35 KB, created by
Martin Mokrejš
on 2010-04-02 23:08:29 UTC
(
hide
)
Description:
raxml-7.2.6.ebuild
Filename:
MIME Type:
Creator:
Martin Mokrejš
Created:
2010-04-02 23:08:29 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sci-biology/raxml/raxml-7.2.5.ebuild,v 1.1 2010/01/27 15:58:33 weaver Exp $ > >EAPI="2" > >inherit toolchain-funcs > >DESCRIPTION="A Program for 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" > >LICENSE="GPL-2" >SLOT="0" >IUSE="+threads mpi" >KEYWORDS="~amd64 ~x86" > ># 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}" > >if use mpi; then > MPIFLAGS="-DPARALLEL" >else > MPIFLAGS="" >fi > >src_prepare() { > sed -i -e "s/CFLAGS =/CFLAGS := ${CFLAGS} ${MPIFLAGS}/" \ > -e 's/CC = gcc/CC = '$(tc-getCC)'/' \ > Makefile.* || die >} > >src_compile() { > emake -f Makefile.gcc || die > emake -f Makefile.SSE3.gcc clean && emake -f Makefile.SSE3.gcc || die > if use threads; then > emake -f Makefile.PTHREADS.gcc clean && emake -f Makefile.PTHREADS.gcc || die > emake -f Makefile.SSE3.PTHREADS.gcc clean && emake -f Makefile.SSE3.PTHREADS.gcc || die > fi >} > >src_install() { > dobin raxmlHPC raxmlHPC-SSE3 || die > if use threads; then dobin raxmlHPC-PTHREADS raxmlHPC-PTHREADS-SSE3 || die; fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 312897
:
226325
|
226719