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

Mac no longer works in the CI #929

Open
royfalk opened this issue Dec 8, 2024 · 4 comments
Open

Mac no longer works in the CI #929

royfalk opened this issue Dec 8, 2024 · 4 comments
Labels
Compiler Error Breaks build on at least one supported platform help wanted
Milestone

Comments

@royfalk
Copy link
Contributor

royfalk commented Dec 8, 2024

It seems that MacOS 13 and newer are not supported by CMake.
With the deprecation of MacOS 12, I attempted to increase the version of the CI (#928 ) to 13 and the build broke.
It needs fixing both for CI and for people who want to play on Mac.

@royfalk royfalk added help wanted Compiler Error Breaks build on at least one supported platform labels Dec 8, 2024
@BenjamenMeyer BenjamenMeyer added this to the 0.10.x milestone Dec 11, 2024
@BenjamenMeyer
Copy link
Member

Looking at my PR (#891) I noticed that some of the dependencies that were assumed have changed. I'm going to build a bootstrap script for MacOS and try to detect stuff so install it.

@BenjamenMeyer
Copy link
Member

BenjamenMeyer commented Dec 11, 2024

good progress on the PR; but need to figure out how to set some of the libs with homebrew
OS 13 and 14 are almost to the same point in the build cycle

@BenjamenMeyer
Copy link
Member

Seeing something odd with Boost Python in Homebrew. It's supposedly built against Python 3.12; but Homebrew installs Python 3.13. Following the simplest route yields errors between the two versions, but I figured out how to get it set correctly so it's building against Python 3.12 only to have it not work as if it's built against Python 3.13.

@royfalk
Copy link
Contributor Author

royfalk commented Dec 16, 2024

That looks like good progress. Let me know if you need some help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler Error Breaks build on at least one supported platform help wanted
Projects
None yet
Development

No branches or pull requests

2 participants