Michael R. Crusoe
Michael R. Crusoe
Hello from 2021; it would be nice to fix this; I see lots of commits to the repo since the last release. Perhaps someone could point out a fix that...
@rrahn Correct. Binaries should be located from the system path and the seqan headers from `/usr/include/seqan`
@rrahn We can add reasonable sized patches as part of Debian packaging. So if there is a simple thing that could be done with 2.4.x then we would gladly accept...
Some progress: ``` mkdir build cd build cmake .. rmdir bin ln -s /usr/lib/seqan/bin bin ctest --tests-regex 'app_.*' --parallel $(nproc) ``` All tests pass, except for `fiona_illumina` which is not...
@milot-mirdita That is unfortunate. Here is a patch I developed which appears to fix the build issue: ``` patch From: Michael R. Crusoe Subject: Enable compatibility with recent ffindex versions...
Thanks for the report. There is a guide to adding new instructions at https://github.com/simd-everywhere/simde/wiki/Implementing-a-New-Function
Oops, I pasted the wrong compilation logs, it is the `emul` version that fails, not the `native` version ``` Summary of Failures: 875/1502 arm/neon/qabs/emul/c ERROR 0.01s 877/1502 arm/neon/qabs/emul/cpp ERROR 0.01s...
@aqrit could you open a PR with your patches?
Removing from the 0.8.0 milestone as this is clang-only.
See https://github.com/nemequ/simde/commit/24212b5acf00cad4510e0c4a765205f5ef8c6e46 for a reproducer