I've installed gcc-4.6 using the homebrew-alternatives gcc formula, but I can't seem to get it to use that GCC to install other formulas. Specifically Open-MPI and boost.
Does anyone know how to make homebrew use this new compiler?
Thanks!
|
feedback
|
|
Homebrew can't adapt to other versions of gcc using command line options. You can easily override the older compiler, though, if you edit the open-mpi and boost formula. For example, you can add a few commands after the "def install" in open-mpi.rb:
That worked for me on Lion. Good luck. | |||
feedback
|
|
From their wiki it sounds like they don't support other compilers:
| |||
|
feedback
|