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
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
The vecLib dependency is no longer required and in fact causes issues in the makefile with OS X Yosemite and up. Removing the vecLib dependency and leaving just Accelerate will result in a successful build with Yosemite. I'm not sure how you want to upgrade the Makefile for this as it's not something easy to detect from the makefile. Maybe a move to autoconf?
For those hitting the compile error ld: framework not found vecLib change your Makefile for the libcodegen target to the following:
Thank you so much. Even reinstalling Command-line Tools didn't fix the problem. I was thinking of removing vecLib but was unsure since I'm unfamiliar with the codebase.
The vecLib dependency is no longer required and in fact causes issues in the makefile with OS X Yosemite and up. Removing the vecLib dependency and leaving just Accelerate will result in a successful build with Yosemite. I'm not sure how you want to upgrade the Makefile for this as it's not something easy to detect from the makefile. Maybe a move to autoconf?
For those hitting the compile error
ld: framework not found vecLib
change your Makefile for the libcodegen target to the following:The text was updated successfully, but these errors were encountered: