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 was trying to compile a 3rd party app for the new Apple M1 cpu and found some difficulty linking due to LAPACK's libgcc requirement. Specifically, ld: file not found: @rpath/libgcc_s.1.1.dylib for architecture arm64
The 3rd party build was done with clang.
The libgcc dep appeared to come from OpenBLAS/LAPACK's use of gfortran.
Is there any chance that libgcc might be mistakenly getting included in the LAPACK build?