this is a build2 package for BitMagic
i took the liberty to modify the bmrandom.h header because of the usage of
std::random_shuffle which was removed since c++17 and replacing it with
std::shuffle. an upstream pull-request has been filed.
#include <libbitmagic/bm.h>
...
- depending on yourr compile settings you might need to silcence some warnings before including the bitmagic headers.
- you have to supply compile directives like
-mavx2yourself- please have a look at the
BitMagicdocumentation
- please have a look at the