seqwish 0.7.7 - Speranza
AndreaGuarracino
released this
08 Nov 16:42
·
10 commits
to master
since this release
Buildable Source Tarball: seqwish-v0.7.7.tar.gz
This:
- fixes the build for Linux ARM64 #99 by @julien-faye
- fixes the compilation with new compilers #102 by @AndreaGuarracino
- generalizes the compilation for aarch64 #104 by @AndreaGuarracino
- adds instructions in the README about how to build
seqwish
withclang
#105 by @AndreaGuarracino - makes it possible to overwrite
-march=native
with, for example,-DEXTRA_FLAGS="-march=armv8-a"
. It is very useful for ARM systems #106 by @martin-g