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

Link against libc++ on macOS #7

Open
eborisch opened this issue Oct 5, 2018 · 1 comment
Open

Link against libc++ on macOS #7

eborisch opened this issue Oct 5, 2018 · 1 comment

Comments

@eborisch
Copy link

eborisch commented Oct 5, 2018

The current (binary blob) macOS release links against libstdc++; since 10.9 (i.e, for five years) the default c++ library from macOS compilers has been libc++.

This trips up a consistency check within MacPorts by being linked against the old library. (And since we can't recompile it ourselves.)

Likewise, versions for 3.6 and 3.7 of the .pyc files would be helpful, too.

@aganders3
Copy link
Member

I think this makes sense and I will try to get to it soon (unless @rkrobison wants to do it first!). If we build using the latest version of GPI (1.0.5 as of now) I think the target is 10.9.

This is one of the unfortunate issues surrounding closed source binary distribution of this package.

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

2 participants