Skip to content

Commit

Permalink
Configure release mode and install pkgconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Atre <[email protected]>
  • Loading branch information
SAtacker committed Jan 20, 2025
1 parent 09f3f27 commit 2ac9d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_debug_fetch_hwloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
brew install --overwrite python-tk && \
brew install --overwrite boost gperftools ninja autoconf automake && \
brew install --overwrite boost gperftools ninja autoconf automake pkgconf && \
brew upgrade cmake
- name: Configure
shell: bash
Expand All @@ -27,7 +27,7 @@ jobs:
-H. \
-Bbuild \
-GNinja \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_BUILD_TYPE=Release \
-DHPX_WITH_FETCH_ASIO=ON \
-DHPX_WITH_FETCH_HWLOC=ON \
-DHPX_WITH_EXAMPLES=ON \
Expand Down

0 comments on commit 2ac9d66

Please sign in to comment.