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

Compiler assumption on MacOS #205

Open
cmichelenstrofer opened this issue Nov 29, 2022 · 0 comments
Open

Compiler assumption on MacOS #205

cmichelenstrofer opened this issue Nov 29, 2022 · 0 comments

Comments

@cmichelenstrofer
Copy link

When I try pip install pygalmesh I get the following error:

gcc: error: unrecognized command-line option '-stdlib=libc++' error: command '/opt/local/bin/gcc' failed with exit code 1

Based on this answer I suspect the assumption is that Clang is used instead GNU compilers. It sounds like that option can be deleted or replaced with -stdlib=libstdc++ since both compilers can use it.

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

No branches or pull requests

1 participant