titanous / homebrew-gnuradio

GNU Radio Formulae for Homebrew (unmaintained)
110 stars 110 forks source link

Issue with installing homebrew-gnuradio on Mac OS X 10.9 #51

Open Oxtay opened 10 years ago

Oxtay commented 10 years ago

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 commented 10 years ago

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

tkeifer commented 10 years ago

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?

Oxtay commented 10 years ago

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!

tkeifer commented 10 years ago

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.