GUDHI / gudhi-devel

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
https://gudhi.inria.fr/
MIT License
246 stars 65 forks source link

Fix pip OSx universal dynamic libraries #994

Closed VincentRouvreau closed 8 months ago

VincentRouvreau commented 8 months ago

It seems exact file name is required

mglisse commented 8 months ago

ls: deps-amd64/gmp//lib/libgmp..dylib: No such file or directory

Doesn't look like it. I think the 2 warnings before that are what we should look at:

Warning: Bottle for tag :big_sur is unavailable. Warning: Bottle for tag :arm64_big_sur is unavailable.

VincentRouvreau commented 8 months ago

Fixed by #995