OpenMP/gcc on macOS : gcc --without-multilib not available
问题 Last year I had a school project that used the OpenMP API for parallel computing. I installed gcc-6 --without-multilib with the Homebrew (brew) tool. It worked like charm. This year I had to make a new clean install of macOS High Sierra because of a software issue. Now I can't seem to install gcc without multilib with brew. When I type " brew info gcc ", I can see the different install flags, and --without-multilib in not in this list. (I tried gcc@5, @6 and @7). I tried installing gcc with