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 May 10, 2019. It is now read-only.
A "brew install gr-baz --HEAD" on my system seems to work well, but I have a crash when I launch gnuradio-companion. This is because all gnuradio is built with brew Python, but gr-baz is building with Apple Python...
I had to change the system 'cmake' line in /usr/local/Library/Formula/gr-baz.rb into
system 'cmake', '..', '-DPYTHON_LIBRARY=/usr/local/Frameworks/Python.framework/Versions/2.7/Python ', *std_cmake_args
to make it work...
Y.
The text was updated successfully, but these errors were encountered:
A "brew install gr-baz --HEAD" on my system seems to work well, but I have a crash when I launch gnuradio-companion. This is because all gnuradio is built with brew Python, but gr-baz is building with Apple Python...
I had to change the system 'cmake' line in /usr/local/Library/Formula/gr-baz.rb into
to make it work...
Y.
The text was updated successfully, but these errors were encountered: