sci-biology/raxml - 8.2.13 (gentoo)

Search

Package Information

Description:
Sequential, Parallel & Distributed Inference of Large Phylogenetic Trees
Homepage:
https://github.com/stamatak/standard-RAxML
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
8.2.13 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic toolchain-funcs

DESCRIPTION="Sequential, Parallel & Distributed Inference of Large Phylogenetic Trees"
HOMEPAGE="https://github.com/stamatak/standard-RAxML"
SRC_URI="https://github.com/stamatak/standard-RAxML/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/standard-RAxML-${PV}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="cpu_flags_x86_sse3 +threads"

# mpi is not supported in version 7.2.2. mpi is enabled by adding -DPARALLEL to CFLAGS
PATCHES=(
	"${FILESDIR}"/${P}-makefile.patch
	"${FILESDIR}"/${P}-c23.patch
)

src_configure() {
	use cpu_flags_x86_sse3 &&
		append-cppflags -D__SIM_SSE3 &&
		append-cflags -msse3
	use threads &&
		append-cppflags -D_USE_PTHREADS &&
		append-cflags -pthread

	tc-export CC
}

src_compile() {
	emake -f Makefile.gcc
}

src_install() {
	dobin raxmlHPC
}

USE Flags

threads
Default: Enabled (+)

Manifest for 8.2.13

Type File Size Source URLs
DIST raxml-8.2.13.tar.gz 10201721 bytes https://github.com/stamatak/standard-RAxML/archive/refs/tags/v8.2.13.tar.gz