aboutsummaryrefslogtreecommitdiff
blob: 5f5ba504c087aa45e85cfad1d45fa39d02467429 (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="Library for blasr"
HOMEPAGE="http://www.smrtcommunity.com/SMRT-Analysis/Algorithms/BLASR"
EGIT_REPO_URI="https://github.com/PacificBiosciences/blasr_libcpp.git"
#SRC_URI="https://github.com/PacificBiosciences/blasr_libcpp/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

BDEPEND="
	dev-util/cmake
	virtual/pkgconfig
"
DEPEND="
	sci-libs/hdf5[cxx]
"
RDEPEND="${DEPEND}"

S="${WORKDIR}/blasr_libcpp-${PV}"