Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:jlec/scilab commit in: sci-biology/nanopolish/
Date: Sat, 27 Jan 2018 11:42:08
Message-Id: 1516827484.3f6ffb94adc1d3f7209d7ac33edb1fe0165bd487.jlec@gentoo
1 commit: 3f6ffb94adc1d3f7209d7ac33edb1fe0165bd487
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Wed Jan 24 20:58:04 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 24 20:58:04 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3f6ffb94
7
8 sci-biology/nanopolish: update compile procedure and deps
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-biology/nanopolish/nanopolish-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-biology/nanopolish/nanopolish-9999.ebuild b/sci-biology/nanopolish/nanopolish-9999.ebuild
16 index 92c5f41d3..cea5cce27 100644
17 --- a/sci-biology/nanopolish/nanopolish-9999.ebuild
18 +++ b/sci-biology/nanopolish/nanopolish-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -21,7 +21,7 @@ IUSE=""
26 # The bundled version of htslib in is 1.2.1 as of now although 1.5.1 already exists
27 DEPEND=">=sci-libs/hdf5-1.8.14[threads]
28 >=dev-cpp/eigen-3.2.5
29 - sci-libs/htslib:0
30 + >=sci-libs/htslib-1.4:0
31 sci-libs/fast5"
32 RDEPEND="${DEPEND}
33 sci-biology/biopython"
34 @@ -34,7 +34,7 @@ src_prepare(){
35 src_compile(){
36 # >=gcc-4.8 but <gcc-7 is needed
37 # https://github.com/jts/nanopolish/issues/145
38 - emake HDF5="noinstall" EIGEN="nofetch" HTS_LIB=-lhts HTS_INCLUDE=-I/usr/include/htslib EIGEN_INCLUDE=-I/usr/include/eigen3 # TODO: FAST5_INCLUDE=-I/usr/include/fast5
39 + emake HDF5="noinstall" EIGEN="noinstall" HTS="noinstall" HTS_LIB=-lhts HTS_INCLUDE=-I/usr/include/htslib EIGEN_INCLUDE=-I/usr/include/eigen3 # TODO: FAST5_INCLUDE=-I/usr/include/fast5
40 }
41
42 src_install(){