Skip to content

Commit

Permalink
Only run cibw if static linking
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Oct 8, 2024
1 parent 3b9c8c0 commit a344bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Build and test Python wheels
uses: pypa/[email protected]
if: matrix.finufft_static_linking
with:
package-dir: 'python/finufft'
env:
Expand All @@ -66,5 +67,4 @@ jobs:
CIBW_CONFIG_SETTINGS: >
cmake.define.CMAKE_BUILD_TYPE=${{ matrix.build_type }}
cmake.define.FINUFFT_ARCH_FLAGS=${{ matrix.arch_flags }}
cmake.define.FINUFFT_STATIC_LINKING=${{ matrix.finufft_static_linking }}
cmake.define.FINUFFT_USE_DUCC0=${{ matrix.ducc_fft }}

0 comments on commit a344bcb

Please sign in to comment.