[PATCH] Correct clang compiler flags Fix misplaced quotes, this was leading to spurious ; in compiler cmdline Remove demanding libc++, clang can link with both libc++ and libstdc++ and platforms have their own defaults, user can demand non defaults via adding it to cmake flags
[PATCH] Fix cmake find boost with version >= 1.71 For some reasons "system;thread;random;unit_test_framework" was seen as a single module, because of the quotes.
[PATCH] Update SConstruct with new Python3 syntax: - new raise keyword syntax - has_key deprecated method is now removed - commands deprecated library is replaced by subprocess - print function fixes
This should fix FTBFS against new scons 3.1.2 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947584