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/sga/
Date: Sat, 27 Jan 2018 11:42:12
Message-Id: 1516909947.2a587647f03490b80841358dfed7deb62cfe3097.jlec@gentoo
1 commit: 2a587647f03490b80841358dfed7deb62cfe3097
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Jan 25 19:52:27 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 25 19:52:27 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2a587647
7
8 sci-biology/sga: add missing RDEPEND, more comments
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sci-biology/sga/sga-9999.ebuild | 10 +++++++++-
13 1 file changed, 9 insertions(+), 1 deletion(-)
14
15 diff --git a/sci-biology/sga/sga-9999.ebuild b/sci-biology/sga/sga-9999.ebuild
16 index 38212a3e2..8ec029f94 100644
17 --- a/sci-biology/sga/sga-9999.ebuild
18 +++ b/sci-biology/sga/sga-9999.ebuild
19 @@ -19,6 +19,7 @@ DEPEND="dev-cpp/sparsehash
20 sys-libs/zlib
21 jemalloc? ( dev-libs/jemalloc )"
22 RDEPEND="${DEPEND}
23 + sci-biology/abyss
24 python? ( sci-biology/pysam
25 sci-biology/ruffus )"
26
27 @@ -30,7 +31,14 @@ src_configure(){
28 }
29
30 src_compile(){
31 - cd src || die
32 + # https://github.com/AlgoLab/FastStringGraph/issues/1#issuecomment-345999596
33 + # https://github.com/jts/sga/issues/106
34 + # https://github.com/jts/sga/pull/110
35 + # https://github.com/jts/sga/issues/108
36 + #
37 + # other unreviewed patches:
38 + # https://github.com/jts/sga/issues/96
39 + cd src || die "Try -atd=g++-98, try gcc-5 or -std=c++03"
40 default
41 }