sci-biology/ntCard - 1.2.2 (science)

Search

Package Information

Description:
Estimate k-mer coverage histogram of genomics data
Homepage:
https://github.com/bcgsc/ntCard
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.2.2 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

DESCRIPTION="Estimate k-mer coverage histogram of genomics data"
HOMEPAGE="https://github.com/bcgsc/ntCard"
SRC_URI="https://github.com/bcgsc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="openmp"
# requires network
RESTRICT="test"

DEPEND=""
RDEPEND="${DEPEND}"

src_prepare(){
	sh ./autogen.sh || die
	default
}

src_configure() {
	local myconf=()
	use openmp || myconf+=( --disable-openmp )
	econf ${myconf[@]}
}

USE Flags

Manifest for 1.2.2

Type File Size Source URLs
DIST ntCard-1.2.2.tar.gz 160979 bytes https://github.com/bcgsc/ntCard/archive/1.2.2.tar.gz