homebrew-gnuradio icon indicating copy to clipboard operation
homebrew-gnuradio copied to clipboard

Issue with installing homebrew-gnuradio on Mac OS X 10.9

Open Oxtay opened this issue 10 years ago • 4 comments

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.

Oxtay avatar Mar 21 '14 00:03 Oxtay

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 avatar Apr 24 '14 02:04 Oxtay

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?

tkeifer avatar May 13 '14 19:05 tkeifer

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!

Oxtay avatar May 13 '14 19:05 Oxtay

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.

tkeifer avatar May 13 '14 19:05 tkeifer