File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 # mac needs ninja to build
6666 CIBW_BEFORE_BUILD_MACOS : brew install ninja
6767 # remove system swig (cmake bug doesn't respect python venv)
68+ # https://github.com/swig/swig/issues/2481#issuecomment-1949573105
6869 CIBW_BEFORE_BUILD_LINUX : rm -f $(which swig) && rm -f $(which swig4.0)
6970 # configure cibuildwheel to build native archs ('auto'), and some emulated ones
7071 CIBW_ARCHS_LINUX : x86_64
@@ -108,6 +109,9 @@ jobs:
108109 with :
109110 package-dir : ./swmm-toolkit
110111 env :
112+ # remove system swig (cmake bug doesn't respect python venv)
113+ # https://github.com/swig/swig/issues/2481#issuecomment-1949573105
114+ CIBW_BEFORE_BUILD_LINUX : rm -f $(which swig) && rm -f $(which swig4.0)
111115 # configure cibuildwheel to build native archs ('auto'), and some emulated ones
112116 CIBW_ARCHS_LINUX : aarch64
113117 CIBW_ARCHS_MACOS : arm64
You can’t perform that action at this time.
0 commit comments