brew install clang-omp not working

后端 未结 4 1093
野的像风
野的像风 2020-12-02 23:26

I need to compile a C++ code with OpenMP on my Mac. Unfortunately the default version of clang installed on the Mac (703.0.31) does not support OpenMP. Therefore, I am tryin

4条回答
  •  一向
    一向 (楼主)
    2020-12-03 00:07

    clang-omp has been boneyarded. See this commit: https://github.com/Homebrew/homebrew-core/commit/c57e30773:

    clang-omp: migrate to boneyard

    Functionality is now available as part of LLVM in Homebrew. So just install llvm

提交回复
热议问题