commit: 0d1b801349367e3210c3feb0247936d51efdcdc5
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sat Dec 3 11:33:53 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sat Dec 3 11:33:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0d1b8013
sci-biology/ncbi-tools++: add a comment about >=gcc-5.3.0 incompatibility
Package-Manager: portage-2.3.2
sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
index 1236c13..8902d3e 100644
--- a/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
+++ b/sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild
@@ -329,6 +329,9 @@ src_compile() {
#
# To take full advantage of --with-flat-makefile, you'll need the
following (instead of 'emake all_p -C "${S}"_build/build') and call configure
--with-flat-makefile:
emake -C "${S}"_build/build -f Makefile.flat
+ #
+ # >=gcc-5.3.0 is not supported, see also bug #579248#c8
+ # configure: error: Do not know how to build MT-safe with compiler
/usr/bin/x86_64-pc-linux-gnu-g++ 5.3.0
}
src_install() {