From d9efc6df4c74cba9e5eaeeccbc8b980689724810 Mon Sep 17 00:00:00 2001 From: Igor Krivenko Date: Thu, 2 Jan 2025 16:13:21 +0100 Subject: [PATCH] CI: Fix OpenMP detection issue on macOS --- .github/workflows/build-and-test-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test-macos.yml b/.github/workflows/build-and-test-macos.yml index 409434c..25594a2 100644 --- a/.github/workflows/build-and-test-macos.yml +++ b/.github/workflows/build-and-test-macos.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | - brew install llvm@17 eigen fftw hdf5 open-mpi numpy scipy mpi4py + brew install llvm@17 libomp eigen fftw hdf5 open-mpi numpy scipy mpi4py pip install --user mako - name: Set OpenMP_ROOT for Clang