sci-biology/clustalw-mpi - 0.13 (gentoo)

Search

Install

Install this version:

emerge -a =sci-biology/clustalw-mpi-0.13

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sci-biology/clustalw-mpi-0.13

Or alternatively:

emerge --autounmask-write -a =sci-biology/clustalw-mpi-0.13

Package Information

Description:
An MPI implemention of the ClustalW general purpose multiple alignment algorithm
Homepage:
http://www.bii.a-star.edu.sg/achievements/applications/clustalw/index.php
License:
public-domain

Ebuild Details

Version EAPI Keywords Slot
0.13 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="An MPI implemention of the ClustalW general purpose multiple alignment algorithm"
HOMEPAGE="http://www.bii.a-star.edu.sg/achievements/applications/clustalw/index.php"
SRC_URI="http://web.bii.a-star.edu.sg/~kuobin/${PN}/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="mpi-njtree static-pairalign"

DEPEND="virtual/mpi"
RDEPEND="${DEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-makefile.patch
	"${FILESDIR}"/${P}-fno-common.patch
)

src_prepare() {
	default

	if use mpi-njtree; then
		sed -e "s/TREES_FLAG/#TREES_FLAG/" -i Makefile || \
			die "Failed to configure MPI code for NJ trees"
	fi

	if use static-pairalign; then
		sed -e "s/DDYNAMIC_SCHEDULING/DSTATIC_SCHEDULING/" -i Makefile || \
			die "Failed to configure static scheduling for pair alignments"
	fi
}

src_install() {
	dobin clustalw-mpi
	newdoc README.clustalw-mpi README
}

USE Flags

Manage flags for this package: euse -i <flag> -p sci-biology/clustalw-mpi | euse -E <flag> -p sci-biology/clustalw-mpi | euse -D <flag> -p sci-biology/clustalw-mpi

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

virtual/mpi

RDEPEND

virtual/mpi

Manifest for 0.13

Type File Size Source URLs
DIST clustalw-mpi-0.13.tar.gz 154911 bytes http://web.bii.a-star.edu.sg/~kuobin/clustalw-mpi/clustalw-mpi-0.13.tar.gz