aboutsummaryrefslogtreecommitdiff
blob: 6f5d10b16d544f36bc9f3f794f2f329c24b66aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson git-r3

DESCRIPTION="The PacBio long read aligner"
HOMEPAGE="http://www.smrtcommunity.com/SMRT-Analysis/Algorithms/BLASR"
EGIT_REPO_URI="https://github.com/PacificBiosciences/blasr.git"
#SRC_URI="https://github.com/PacificBiosciences/blasr/tarball/${PV} -> ${P}.tar.gz"

LICENSE="blasr"
SLOT="0"
KEYWORDS=""

BDEPEND="
	dev-util/cmake
	virtual/pkgconfig
"
DEPEND="
	sci-biology/pbbam
	sci-biology/libblasr
	dev-libs/boost:=[threads]
"
RDEPEND="${DEPEND}"