Skip to content

fix: use compilers instead of custom set of dependencies#3337

Merged
ruben-arts merged 4 commits intoprefix-dev:mainfrom
ruben-arts:fix/cpp-sdl_example
Mar 18, 2025
Merged

fix: use compilers instead of custom set of dependencies#3337
ruben-arts merged 4 commits intoprefix-dev:mainfrom
ruben-arts:fix/cpp-sdl_example

Conversation

@ruben-arts
Copy link
Copy Markdown
Contributor

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

@wolfv
Copy link
Copy Markdown
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
Copy Markdown
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?

@ruben-arts ruben-arts merged commit 9d7dd9b into prefix-dev:main Mar 18, 2025
27 of 29 checks passed
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