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 HPX-APEX cmake integration #6342

Merged
merged 4 commits into from
Sep 29, 2023
Merged

Commits on Sep 2, 2023

  1. Fix HPX-APEX cmake integration

    Existing apex cmake integration does not work for external Apex installation.
    
    This fix seperates the git fetch installation using HPX_WITH_FETCH_APEX and external installation using Apex_ROOT, cmake variables respectively.
    srinivasyadav18 committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    c8e7d19 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Add -DHPX_WITH_FETCH_APEX=ON to CI builder scripts

    Add the newly introduced cmake flag -DHPX_WITH_FETCH_APEX=ON, which fetches APEX using cmake_fetch_content.
    srinivasyadav18 authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    d134581 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Fix formatting issues and add missing define

    Fixes cmake formatting issues.
    Adds missing -DHPX_WITH_FETCH_APEX=ON
    srinivasyadav18 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    64dbe03 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    7a505ab View commit details
    Browse the repository at this point in the history