Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build with some clang installations when openmp is enabled #4171

Merged
merged 1 commit into from
Aug 10, 2023

Commits on Jul 28, 2023

  1. Fix build with clang

    There are two instances when building the tests where OpenBLAS fails to
    build with OpenMP and clang due to library paths getting reset as flags
    are set rather than appended. This seems to only affect certain
    clang/libomp installations, but if it's already grabbing the correct
    library paths we might as well use them.
    boomanaiden154 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b209915 View commit details
    Browse the repository at this point in the history