Skip to content

Commit

Permalink
Add -DHPX_WITH_FETCH_APEX=ON to CI builder scripts
Browse files Browse the repository at this point in the history
Add the newly introduced cmake flag -DHPX_WITH_FETCH_APEX=ON, which fetches APEX using cmake_fetch_content.
  • Loading branch information
srinivasyadav18 authored Sep 16, 2023
1 parent c8e7d19 commit d134581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux_release_fetchcontent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
-DHPX_WITH_MALLOC=system \
-DHPX_WITH_FETCH_ASIO=ON \
-DHPX_WITH_APEX=ON \
-DHPX_WITH_FETCH_APEX=ON \
-DHPX_WITH_EXAMPLES=ON \
-DHPX_WITH_TESTS=OFF \
-DHPX_REPOSITORY="file:////$(pwd)" \
Expand Down
1 change: 1 addition & 0 deletions .jenkins/cscs/env-clang-apex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ configure_extra_options+=" -DHPX_WITH_COMPILER_WARNINGS_AS_ERRORS=ON"
configure_extra_options+=" -DHPX_WITH_SPINLOCK_DEADLOCK_DETECTION=ON"
#configure_extra_options+=" -DHPX_WITH_LIBCDS=ON"
configure_extra_options+=" -DHPX_WITH_APEX=ON"
configure_extra_options+=" -DHPX_WITH_FETCH_APEX=ON"
configure_extra_options+=" -DHPX_WITH_PAPI=ON"
configure_extra_options+=" -DAPEX_WITH_PAPI=ON"
configure_extra_options+=" -DAPEX_WITH_OTF2=ON"
Expand Down

0 comments on commit d134581

Please sign in to comment.