heads up on small install bug [gsl lib link out of date for install on M1 Pro, MacOS 15.6]

Hi there,

when doing a fresh install using the most recent instructions, and running system_check I had error messages for 3dSkullStrip and 3dRSFC that started "dyld[xxxx]: Library not loaded: /opt/homebrew/opt/gsl/lib/libgsl.27.dylib

Indeed, brew had installed a slightly newer version, libgsl.28.

If I just created a symlink all worked ok (well, at least the commands ran without arguments):

ln -s /opt/homebrew/opt/gsl/lib/libgsl.28.dylib /opt/homebrew/opt/gsl/lib/libgsl.27.dylib

Thanks for the constant upkeep and developmental, all!

Thanks!

This is always a question when using precompiled binaries, rather than build_afni.py, say. And if we were to update our build system, then every user would also have to update their own system. At some point in the not too distant future, this is what we should do.

Thanks again,

-rick

It is a big bandaid to rip off for sure! In the meantime, thanks again for the massive community service!