File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 CIBW_SKIP : " *musllinux*"
4242 CIBW_ARCHS : " ${{ matrix.cibw.arch || 'auto' }}"
4343 CIBW_MANYLINUX_X86_64_IMAGE : " ${{ matrix.cibw.manylinux_image }}"
44- CIBW_BEFORE_BUILD_MACOS :
" brew install libomp llvm@12 && brew link --overwrite [email protected] && brew link --force libomp " 44+ CIBW_BEFORE_BUILD_MACOS : " : no action "
4545 CIBW_REPAIR_WHEEL_COMMAND_MACOS : " delocate-listdeps {wheel} && delocate-wheel --verbose --require-archs {delocate_archs} -w {dest_dir} {wheel}"
4646 # to install latest delocate package
4747 CIBW_DEPENDENCY_VERSIONS : " latest"
Original file line number Diff line number Diff line change 4646 CIBW_SKIP : " *musllinux*"
4747 CIBW_ARCHS : " ${{ matrix.cibw.arch || 'auto' }}"
4848 CIBW_MANYLINUX_X86_64_IMAGE : " ${{ matrix.cibw.manylinux_image }}"
49- CIBW_BEFORE_BUILD_MACOS :
" brew install libomp llvm@12 && brew link --overwrite [email protected] && brew link --force libomp " 49+ CIBW_BEFORE_BUILD_MACOS : " : no action "
5050 CIBW_REPAIR_WHEEL_COMMAND_MACOS : " delocate-listdeps {wheel} && delocate-wheel --verbose --require-archs {delocate_archs} -w {dest_dir} {wheel}"
5151 # to install latest delocate package
5252 CIBW_DEPENDENCY_VERSIONS : " latest"
You can’t perform that action at this time.
0 commit comments