Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix macos wheel generation in CI #67

Merged
merged 1 commit into from
Aug 24, 2022
Merged

Fix macos wheel generation in CI #67

merged 1 commit into from
Aug 24, 2022

Conversation

JacobHayes
Copy link
Contributor

@JacobHayes JacobHayes commented Aug 24, 2022

macos wheels were removed before the 1.3 release because of failing builds as reported in #65, which turns out to be caused by the same auto-installed m4 mac issues as documented in #24 (SIGABRT). However, setup.py only installs m4 by hand because automake was missing, so this just installs automake first to bypass the setup.py installations.

Here's a working build.

Closes #65.

@JacobHayes JacobHayes changed the title Fix macos wheel generation Fix macos wheel generation in CI Aug 24, 2022
@jeffdaily jeffdaily merged commit e10c324 into jeffdaily:master Aug 24, 2022
@JacobHayes JacobHayes deleted the debug-macos branch August 24, 2022 20:54
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.3 macos wheels
2 participants