You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jamer OK, good. So that means it should work fine in a non-default prefix as well if you spell out the library path(s) in the LDFLAGS and the include path(s) in the the CFLAGS.
brew update
and retried your prior step?brew doctor
, fixed as many issues as possible and retried your prior step?brew doctor
says Warning: Your Homebrew is not installed to /usr/localBug report
Running the test for clang-omp fails due to inability to
#include <omp.h>
. GCC from Homebrew can compile files with omp.h fine on the same system.Full log is https://gist.github.com/jamer/d0ab786386bfb74572c7e737b4a82adc
Clang version is:
The text was updated successfully, but these errors were encountered: