Skip to content

Please fix OpenMP support detection on macOS #6409

@barracuda156

Description

@barracuda156

The code in configure for OpenMP on macOS is incorrect: it assumes Clang with libopm, so the check fails with GCC, where OpenMP is supported in fact. Instead, compiler should be checked first: if GCC is detected, OpenMP should be set to supported, and only Clang needs a test, because it may or may not have libomp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions