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

CONFIG/M4: Fix libnuma detection macro #6782

Merged

Commits on May 9, 2021

  1. CONFIG/M4: Fix libnuma detection macro

    - If --enable-numa is specified, try to use and fail if not present.
      Before this fix, it was disabled
    - If --enable-numa is not specified, default to "guess", and use if
      exists (don't fail if does not exist)
    - Prevent "-lnuma" from being added to global LDFLAGS
    - Print NUMA status in configure summary output
    yosefe committed May 9, 2021
    Configuration menu
    Copy the full SHA
    03fd05b View commit details
    Browse the repository at this point in the history