Skip to content

Commit

Permalink
Add compiler info to CIBW
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Oct 8, 2024
1 parent a344bcb commit 2c75823
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@ jobs:
MACOSX_DEPLOYMENT_TARGET=13
CIBW_CONFIG_SETTINGS: >
cmake.define.CMAKE_BUILD_TYPE=${{ matrix.build_type }}
cmake.define.CMAKE_C_COMPILER=${{ matrix.c_compiler }}
cmake.define.CMAKE_CXX_COMPILER=${{ matrix.cxx_compiler }}
cmake.define.FINUFFT_ARCH_FLAGS=${{ matrix.arch_flags }}
cmake.define.FINUFFT_USE_DUCC0=${{ matrix.ducc_fft }}

0 comments on commit 2c75823

Please sign in to comment.