TravisWheelerLab / AvxWindowFmIndex

A fast, AVX2 and ARM Neon accelerated FM index library
BSD 3-Clause "New" or "Revised" License
28 stars 2 forks source link

Legacy Makefile "Makefile_legacy" does not generate all necessary static libraries with the "static" target #28

Closed EricR86 closed 7 months ago

EricR86 commented 7 months ago

When running: make -f Makefile_legacy static The library libdivsufsort64.a and associated headers are missing.

Sawwave commented 7 months ago

This has now been fixed in PR #30 Again, thank you for your contribution in reporting these issues.