AvxWindowFmIndex
AvxWindowFmIndex copied to clipboard
A fast, AVX2 and ARM Neon accelerated FM index library
When building a simple example and attempting to statically link in the libraries using the instructions from the README, the following error occurs: ``` /usr/bin/ld: ../AvxWindowFmIndex/build/libdivsufsort64.a(divsufsort.o): in function `sort_typeBstar._omp_fn.0': divsufsort.c:(.text+0x40):...
When building the static libraries using: ``` cmake -DBUILD_SHARED_LIBS=OFF . make ``` Trying to link them into my project produces the following error: ``` /home/ericr/mambaforge/compiler_compat/ld: /tmp/build-via-sdist-ym7t0ssw/umap-0.1.0/AvxWindowFmIndex/build/libdivsufsort64.a(divsufsort.o): warning: relocation against `.gomp_critical_user_sssort_lock'...