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
That seems to be a problem with the installation of SpecialFunctions. I can't transfer the issue to the SpecialFunctions repo though (it's in a different Github organization), so I'll close this issue and would ask you to open a new issue there. I'd recommend including information about the Julia version, your OS, and your architecture in the issue, by posting the output of versioninfo() in the REPL as well.
I'm using Julia 1.11.1 on NixOS. Seems like libopenspecfun.so.1.4 in the Julia artifacts was missing some dynamic links to the right places, despite being include in many places (in the Julia package, in gfortran, and in libopenspec). Possibly an error with autoPatchelf, or a problem in Yggdrasil. Regardless, I was able to write a temporary workaround using patchelf to link to the files included with the Julia package itself:
after trying to install fresh, it fails to find
libquadmath.so.0
:The text was updated successfully, but these errors were encountered: