We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115784b commit c87e49aCopy full SHA for c87e49a
.github/workflows/pip.yml
@@ -19,10 +19,10 @@ jobs:
19
python-version: "3.5"
20
21
# The GCC and MSVC compilers integrate OpenMP. Newer versions of CLang
22
- # as well, but no just yet via workflows.
+ # integrate it as well, but it's not found via CMake on macos-latest.
23
- name: Install OpenMP for macOS
24
if: runner.os == 'macOS'
25
- run: brew install llvm libomp
+ run: brew install libomp
26
27
# The global version of pybind11 allows us to find it via CMake.
28
- name: Update setup related tools
0 commit comments