You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
Fixing soname/install_name mac linking probs (#177)
- When creating libnrnmech in mac the subsequent link would bring part of
the original output dir into the link entry. That is because mac writes
all outpyt libname in the install_name (similar to soname). Further, to
be foundable via rpath, @rpath had to be in the name.
- This patch fixes both issues and special-core now works in MAC
- Fix lib soname in linux and _mod_func regen
0 commit comments