seqan3 icon indicating copy to clipboard operation
seqan3 copied to clipboard

Tests fail with clang-10

Open yurivict opened this issue 4 years ago • 1 comments

Log: https://people.freebsd.org/~yuri/seqan3-tests.log

yurivict avatar May 12 '21 16:05 yurivict

Hi yurivict,

we don't support clang at the moment, as we have written in https://github.com/seqan/seqan3/blob/master/README.md#dependencies.

We have a progress ticket https://github.com/seqan/product_backlog/issues/127 that tracks the progress and open bug tickets considering clang.

For example: clang does not support including the header #include <ranges> (see https://godbolt.org/z/rsKsPsWxE) from the gcc stdlib. We are working on that, but it will take some time.

Our goal is to support all C++20 compiler, but right now, only gcc supports the subset that we need.

marehr avatar May 12 '21 23:05 marehr

Currently, this issue is blocking: https://github.com/llvm/llvm-project/issues/56394

eseiler avatar Oct 20 '22 08:10 eseiler

We now support clang 17 on the master branch (via https://github.com/seqan/seqan3/pull/3195).

eseiler avatar Nov 09 '23 12:11 eseiler