Re: new devel/libdivsufsort

2024-12-20 Thread ASOU Masato
I installed libdivsufsort and ran following example program: https://github.com/y-256/libdivsufsort/?tab=readme-ov-file#example-usage And I got following result: $ cc test-libdivsufsort.c -I/usr/local/include -L/usr/local/lib -ldivsufsort $ ./a.out SA[ 0] = 10: a$ SA[ 1] = 7: abra$ SA[ 2] =

new devel/libdivsufsort

2024-12-19 Thread Alexander Bluhm
Hi, I need the libdivsufsort library to build the NIST SP 800-90B tools. Unfortunately libdivsufsort did not tag their latest release in June 2015, so I have to use the git commit hash. ok to import? Comment: library for lightweight suffix array construction algorithm Description: This library