Post

Replies

Boosts

Views

Activity

Homebrew directories different on Apple Silicon than macOS Intel
My C++ code won't compile on my new Mac (with Apple Silicon) because it can't find gsl libraries. I think this is because Homebrew uses /opt/homebrew for Apple Silicon, and /usr/local for macOS Intel, and my code is looking for gsl in /usr/local. How can I get my code to find gsl on my new Mac?
Replies
1
Boosts
0
Views
854
Activity
Oct ’22