From: lecture n. <mkp...@gm...> - 2014-05-22 20:38:26
|
On Thu, May 22, 2014 at 12:10 PM, Nathan Goldbaum <nat...@gm...> wrote: > > Any reason you're trying to compile with gcc? I think most of the homebrew build recipes are tested using clang. > > Thanks, that worked. (I had CC=gcc to keep things compatible with linux). For anyone coming to this thread with the same error, note that you also need to do export CC=/usr/bin/clang export FC-=/usr/local/bin/fortran to get pip install scipy to work. |