leonardt / fault

A Python package for testing hardware (part of the magma ecosystem)
BSD 3-Clause "New" or "Revised" License
41 stars 13 forks source link

Use new coreir wheel #196

Closed leonardt closed 4 years ago

Kuree commented 4 years ago

Looks like macos wheel is broken somehow. I don't have access to a mac machine. Can you take a look at it tomorrow?

Kuree commented 4 years ago

@leonardt Reading from the log it seems like the library path in macos wheel is wrong. Usually on linux I would manually inspect the shipped libraries with ldd and see which library is missing.

On linux it is fixed with the official auditwheel tool by providing library locations with LD_LIBRARY_PATH. I think you could try this tool on macos: https://pypi.org/project/delocate/, which offers similar ability as auditwheel.