From 1488045bb061f898bf8e004266a2d43efe3d7319 Mon Sep 17 00:00:00 2001 From: Shreyas Atre Date: Mon, 20 Jan 2025 11:31:27 -0600 Subject: [PATCH] macos: install pkgconfig Signed-off-by: Shreyas Atre --- .github/workflows/macos_debug_fetch_hwloc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos_debug_fetch_hwloc.yml b/.github/workflows/macos_debug_fetch_hwloc.yml index caec2af3ac2..c1a54b4186e 100644 --- a/.github/workflows/macos_debug_fetch_hwloc.yml +++ b/.github/workflows/macos_debug_fetch_hwloc.yml @@ -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 libtool && \ brew upgrade cmake - name: Configure shell: bash @@ -36,6 +36,7 @@ jobs: -DHPX_WITH_VERIFY_LOCKS=ON \ -DHPX_WITH_VERIFY_LOCKS_BACKTRACE=ON \ -DHPX_WITH_CHECK_MODULE_DEPENDENCIES=ON + cd build/_deps/hwloc-src/ && autoreconf -f -i - name: Build shell: bash run: |