sci-biology/bamql - 1.6.1 (science)

Search

Package Information

Description:
Extract reads from BAM files
Homepage:
https://github.com/BoutrosLaboratory/bamql https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-016-1162-y
License:
MIT

Ebuild Details

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

EAPI=7

inherit autotools

DESCRIPTION="Extract reads from BAM files"
HOMEPAGE="https://github.com/BoutrosLaboratory/bamql
	https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-016-1162-y"
SRC_URI="https://github.com/BoutrosLaboratory/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"

DEPEND="
	llvm-core/llvm:=
	sys-apps/util-linux
	sci-libs/htslib
	dev-libs/libpcre"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}"/bamql-1.6.1_drop_enable_static_llvm.patch )

src_prepare(){
	default
	eautoreconf
}

src_configure(){
	econf \
		$(use_enable static-libs static)
}

USE Flags

Dependencies

DEPEND

	llvm-core/llvm:=
	sys-apps/util-linux
	sci-libs/htslib
	dev-libs/libpcre

RDEPEND

	llvm-core/llvm:=
	sys-apps/util-linux
	sci-libs/htslib
	dev-libs/libpcre

Manifest for 1.6.1

Type File Size Source URLs
DIST bamql-1.6.1.tar.gz 63888 bytes https://github.com/BoutrosLaboratory/bamql/archive/v1.6.1.tar.gz