Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix for macOS build #2401

Merged
merged 8 commits into from
Oct 14, 2022
Merged

Fix for macOS build #2401

merged 8 commits into from
Oct 14, 2022

Conversation

jhale
Copy link
Member

@jhale jhale commented Oct 12, 2022

The recent fail was due to building petsc4py via a pip download without a version pin.

This changes the workflow to build petsc4py from the source provided in the package.

Scotch-PT is complaining about needing bison > 3. macOS comes with bison < 3. Despite bison > 3 being installed (keg-only) by Homebrew, I could not get PETSc configure to find it. So I have enabled PETSc's own bison build.

@jhale jhale marked this pull request as ready for review October 13, 2022 19:29
@jhale jhale merged commit d6c4d87 into main Oct 14, 2022
@jhale jhale deleted the jhale/mac-os-build-fix branch October 14, 2022 07:24
@garth-wells garth-wells added the ci Continuous Integration label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants