pypa / manylinux

Python wheels that work on any linux (almost)
MIT License
1.46k stars 218 forks source link

Could I use GSL? #864

Closed Genarito closed 3 years ago

Genarito commented 3 years ago

Hi, first of all sorry about my English and my ignorance. But I'm trying to make a package with Maturin which needs GSL (libgsl0-dev package in Ubuntu), but I've observed that libgsl.so.0 and libgslcblas.so.0 are not compatible as Maturin's source code indicates.

How could I add support for these libraries? Any kind of help would be really appreciated

Genarito commented 3 years ago

I solved it skipping auditwheel