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: use compilers instead of custom set of dependencies #3337

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ruben-arts
Copy link
Contributor

This was broken on macos, this change makes it work again.

@wolfv
Copy link
Member

wolfv commented Mar 12, 2025

great!

cxx-compiler = "1.5.2.*"
make = ">=4.3,<5"
ninja = "1.11.1.*"
compilers = ">=1.9.0, <2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am wondering - cmake is not there but should be, probably?
And the downside of compilers is that it also pulls in fortran-compiler. Maybe using c-compiler and cxx-compiler would suffice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants