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

Bump UMF version and switch to dynamic linking #1430

Merged
merged 6 commits into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    6ca745c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8229354 View commit details
    Browse the repository at this point in the history
  3. Swith to linking dynamically with UMF

    igchor authored and kswiecicki committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5b20fa1 View commit details
    Browse the repository at this point in the history
  4. Remove UMF from ur::common

    and make a separate ur_umf interface library.
    This way, components that do not require UMF (e.g. loader)
    do not need to link with it.
    igchor authored and kswiecicki committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    688e43a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f65a23e View commit details
    Browse the repository at this point in the history
  6. Disable building UMF tests and examples

    as they require extra depndencies (libnuma)
    igchor authored and kswiecicki committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0a259f3 View commit details
    Browse the repository at this point in the history