From 7431b6d96829d60c4872fd3d8b39163ebd5b7043 Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Mon, 19 Aug 2024 17:32:15 -0600 Subject: [PATCH] Update buildwheels_macos.yml --- .github/workflows/buildwheels_macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildwheels_macos.yml b/.github/workflows/buildwheels_macos.yml index 9b08c48316..69c316ac34 100644 --- a/.github/workflows/buildwheels_macos.yml +++ b/.github/workflows/buildwheels_macos.yml @@ -21,8 +21,9 @@ jobs: CIBW_SKIP: "*win32 *i686 *musllinux*" CIBW_BUILD_VERBOSITY: 1 CIBW_BEFORE_ALL_LINUX: "yum install -y openblas-devel" - CIBW_BEFORE_ALL_MACOS: "brew install libomp; brew install gcc" + CIBW_BEFORE_ALL_MACOS: "brew install libomp" CIBW_CONFIG_SETTINGS: "cmake.define.ENABLE_PYTHON_EMBED=OFF" + CIBW_CONFIG_SETTINGS_MACOS: "cmake.define.CMAKE_Fortran_COMPILER=gfortran-12" CIBW_ENVIRONMENT_MACOS: "OpenMP_ROOT=$(brew --prefix)/opt/libomp" CIBW_TEST_REQUIRES: pytest CIBW_TEST_COMMAND: >