File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 65
65
# mac needs ninja to build
66
66
CIBW_BEFORE_BUILD_MACOS : brew install ninja
67
67
# remove system swig (cmake bug doesn't respect python venv)
68
+ # https://github.com/swig/swig/issues/2481#issuecomment-1949573105
68
69
CIBW_BEFORE_BUILD_LINUX : rm -f $(which swig) && rm -f $(which swig4.0)
69
70
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
70
71
CIBW_ARCHS_LINUX : x86_64
@@ -108,6 +109,9 @@ jobs:
108
109
with :
109
110
package-dir : ./swmm-toolkit
110
111
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)
111
115
# configure cibuildwheel to build native archs ('auto'), and some emulated ones
112
116
CIBW_ARCHS_LINUX : aarch64
113
117
CIBW_ARCHS_MACOS : arm64
You can’t perform that action at this time.
0 commit comments