Closed arivers closed 7 years ago
Hi @arivers your message got truncated!
Khmer 2.1.1 does compile with pip when using clang (clang-800.0.42.1) on OSX 10.13.
Hi Titus,
I edited my original post to add additional information about the compilation error. Let me know if you need anything more.
thank you!
@arivers is it at all possible to use a newer version of GCC? Version 4.4 does not support the -std=c++11
flag because it doesn't support quite all of c++11. If you can't use a more modern gcc version replace -std=c++11
with -std=c++0x
: here here and here and try again. I don't quite remember which features were still missing in 4.4 and whether or not we use those.
I thought we had documented in the khmer docs what the minimum required version of gcc was but I can't find it. Is it really missing or do I need better 👓?
Thanks, switching to gcc 5.3.0 solved the problem. I see (now) that gcc >4.8.2 was specified in the developer docs. https://khmer.readthedocs.io/en/v2.1.2/dev/guidelines-continued-dev.html
thank you for following through, adam!
I installed khmer via pip a few weeks ago without any problem but when I try today I get the error:
I'm using gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16) on centos-release-6-7.el6.centos.12.3.x86_64