aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-12-03 12:33:53 +0100
committerMartin Mokrejš <mmokrejs@fold.natur.cuni.cz>2016-12-03 12:33:53 +0100
commit0d1b801349367e3210c3feb0247936d51efdcdc5 (patch)
tree3b9dc87fa28b21bb182833e7cb9832d5335d3d98 /sci-biology/ncbi-tools++
parentsci-biology/ncbi-tools++: fix bug #579248#c by disabling more tests (diff)
downloadsci-0d1b801349367e3210c3feb0247936d51efdcdc5.tar.gz
sci-0d1b801349367e3210c3feb0247936d51efdcdc5.tar.bz2
sci-0d1b801349367e3210c3feb0247936d51efdcdc5.zip
sci-biology/ncbi-tools++: add a comment about >=gcc-5.3.0 incompatibility
Package-Manager: portage-2.3.2
Diffstat (limited to 'sci-biology/ncbi-tools++')
-rw-r--r--sci-biology/ncbi-tools++/ncbi-tools++-12.0.0.ebuild3
1 files changed, 3 insertions, 0 deletions
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 1236c1353..8902d3e86 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() {