sourmash-bio / sourmash

Quickly search, compare, and analyze genomic and metagenomic data sets.
http://sourmash.readthedocs.io/en/latest/
Other
473 stars 80 forks source link

Naming of shared library in PyPI-installed sourmash #1378

Open camillescott opened 3 years ago

camillescott commented 3 years ago

when installed from conda, the sourmash shared library is installed in the environment lib directory as libsourmash.so; however, from PyPI, the library is nested under site-packages as _lowlevel__lib.so, making it difficult for build tools to locate. it would be convenient if the PyPI version were installed in the same way.

low-importance, because i think i'm the only third-party linking against said shared library as of now :)

ctb commented 3 years ago

thanks!

On Mon, Mar 08, 2021 at 01:15:20PM -0800, Camille Scott wrote:

low-importance, because i think i'm the only third-party linking against said shared library as of now :)

well, but that's unlikely to change if... :)