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
The makefile specifies too many libraries which are not required. This becomes a problem if you do not have them all installed. (Assuming I understood correct:) If those all provide an atlas ABI implementation, those libs should get included different, but not like this.
I can imagine two fixes:
Just remove the other libs (as suggested above)
Add more ldconfig if/else checks and only load one library, not all
Since the extra line was only added for archlinux, it could be made smaller I guess (option1): 0a4a6b3
snowboy/swig/Python3/Makefile
Lines 44 to 50 in 0a4a6b3
The makefile specifies too many libraries which are not required. This becomes a problem if you do not have them all installed. (Assuming I understood correct:) If those all provide an atlas ABI implementation, those libs should get included different, but not like this.
I can imagine two fixes:
Since the extra line was only added for archlinux, it could be made smaller I guess (option1):
0a4a6b3
\cc @c4tz
The text was updated successfully, but these errors were encountered: