From fa39d9ba2ff50d000a1525e23699f6695ae423aa Mon Sep 17 00:00:00 2001 From: Peter Urban Date: Fri, 31 May 2024 15:15:56 +0200 Subject: [PATCH] test boost path --- .github/workflows/ci-mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-mac.yml b/.github/workflows/ci-mac.yml index edc1fe9..30c3057 100644 --- a/.github/workflows/ci-mac.yml +++ b/.github/workflows/ci-mac.yml @@ -88,7 +88,7 @@ jobs: # LDFLAGS="-L/opt/homebrew/opt/libomp/lib" CPPFLAGS="-I/opt/homebrew/opt/libomp/include" - name: configure meson - run: CXX=${{ matrix.cxx_compiler }} meson setup builddir/; meson configure builddir -Dpython.install_env=auto + run: BOOST=/opt/homebrew/Cellar/boost/1.85.0 CXX=${{ matrix.cxx_compiler }} meson setup builddir/; meson configure builddir -Dpython.install_env=auto - name: compile project run: meson compile -C builddir/