Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
493 stars 162 forks source link

Fix install symbols meson #170

Closed Martinsos closed 3 years ago

Martinsos commented 3 years ago

Here I am playing with trying to get meson to correctly build shared library on windows with newest changes.

It still needs better configuration of pkg-config, I should also try to duplicate less code, I should have more control over names of .so and pkg-config and dlls, and somebody should review this and say if there is a better way.