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
i noticed in 4d9a976 (shiboken6)
that you fix the libstdc++.so.6: cannot open shared object file: No such file or directory error
by doing some magic with rpath in
so ... is your rpath solution intentional? does it have some advantage over autoPatchelfHook?
maybe autoPatchelfHook fails in some cases? or did you just copy old nix code? ; )
The text was updated successfully, but these errors were encountered:
i noticed in 4d9a976 (shiboken6)
that you fix the
libstdc++.so.6: cannot open shared object file: No such file or directory
errorby doing some magic with
rpath
inpython/default.nix
Line 346 in f93a125
usually in nixpkgs, this is solved with
for example in python-modules/jaxlib/bin.nix and some other packages
so ... is your
rpath
solution intentional? does it have some advantage overautoPatchelfHook
?maybe
autoPatchelfHook
fails in some cases? or did you just copy old nix code? ; )The text was updated successfully, but these errors were encountered: