homebrew-gnuradio
homebrew-gnuradio copied to clipboard
Issue with installing homebrew-gnuradio on Mac OS X 10.9
While trying to install "homebrew-gnuradio", installing "gnuradio" itself gets into some error with "cmake" and I get the following error:
==> cmake .. -DCMAKE_PREFIX_PATH=/usr/local/Cellar/gnuradio/3.6.5.1 - DQWT_INCLUDE_DIRS=/us
Cheetah templates required to build VOLK
-- Configuring incomplete, errors occurred!
In the following line, it said to:
See also "/tmp/gnuradio-awqh/gnuradio-3.6.5.1/build/CMakeFiles/CMakeOutput.log".
but I was not able to find any such file or any folder related to GNUradio in /tmp. This is the third time it happens and I am not sure how to solve it. I have followed every step in the README file. The only thing that I can think of is that I haven't been able to install umfpack but when trying to install it, I get:
Error: No available formula for umfpack
Any help will be much appreciated. Thank you.
Instead of umfpack
, I went ahead instead with:
brew install suite-sparse
Also, while installing it was complaining that it needs apple-gcc42, that I enforced it by running:
brew install homebrew/dupes/apple-gcc42
Oxtay - I installed suite-sparse, but I still get an error about umfpack. How did you get it to recognize the umfpack in the suite-sparse package?
hmm, I'm not sure what the problem might be. Can you post your error message here so that I can take a look at it? I also like to point out that I have given up on making it work for now. I had a very successful results with GNURadio on Macports, but GNURadio on Homebrew didn't work for me. So, right now I'm using a VM on my Mac that has GNURadio installed. Please let me know if you make it work. Good luck!
Well, I'm closer to solving...
I had accidentally included more than one homebrew repo for gnuradio. For anyone else that stumbles across this, make sure:
brew tap
...only shows one gnuradio repo.