File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ endif
191
191
.PHONY : dependencies-mac dependencies-debian dependencies-fedora dependencies-vcpkg dependencies-win
192
192
193
193
dependencies-mac : # # install dependencies for mac
194
- HOMEBREW_NO_AUTO_UPDATE=1 brew install autoconf autoconf-archive bison cmake flex libtool make ninja pkg-config
194
+ HOMEBREW_NO_AUTO_UPDATE=1 brew install autoconf autoconf-archive automake bison cmake flex libtool make ninja pkg-config
195
195
brew unlink bison flex && brew link --force bison flex
196
196
197
197
dependencies-debian : # # install dependencies for linux
Original file line number Diff line number Diff line change @@ -164,14 +164,18 @@ rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux &&
164
164
dnf config-manager --set-enabled powertools &&
165
165
dnf install epel-release -y &&
166
166
make dependencies-fedora
167
+ export ACLOCAL_PATH="/usr/share/aclocal:$(printenv ACLOCAL_PATH)"
167
168
"""
168
169
environment = {CSP_MANYLINUX =" ON" }
169
170
repair-wheel-command = " auditwheel -v show {wheel} && LD_LIBRARY_PATH=/project/csp/lib auditwheel -v repair -w {dest_dir} {wheel}"
170
171
skip = " *i686 musllinux*"
171
172
manylinux-x86_64-image = " manylinux_2_28"
172
173
173
174
[tool .cibuildwheel .macos ]
174
- before-all =" make dependencies-mac"
175
+ before-all ="""
176
+ make dependencies-mac
177
+ export ACLOCAL_PATH="$(brew --prefix autoconf-archive)/share/aclocal:$(printenv ACLOCAL_PATH)"
178
+ """
175
179
archs = " x86_64" # NOTE: we use gcc and we cannot cross compile for now
176
180
177
181
[tool .cibuildwheel .windows ]
You can’t perform that action at this time.
0 commit comments