-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Let the user override MACOSX_DEPLOYMENT_TARGET #16312
Comments
comment:1
I think #7095 (a huge ticket dealing with a couple of issues) is no longer (or not really) relevant here; there's some discussion of |
comment:2
P.S.: Note that we meanwhile build most if not all parts of Sage with our own FSF GCC; Apple's GCC is only used to bootstrap our GCC (and to build some Objective C[++] files IIRC). |
comment:4
The code that was setting |
comment:5
Sounds good. |
In
sage-env
, we currently have:With binary distributions of Sage, e.g. when trying to install an optional spkg, this can lead to errors like
hidden in
config.log
, the visibleconfigure
error message beingAt least as a work-around, the user should be able to set
MACOSX_DEPLOYMENT_TARGET
to some other value (e.g.10.4
) to get past such errors.Setting a different target may make sense for developers (using Sage built from source) as well.
CC: @jhpalmieri
Component: build
Keywords: Xcode GCC -mmacosx-version-min compiler cannot create executables Darwin Mavericks MacApp bdist binary distribution
Issue created by migration from https://trac.sagemath.org/ticket/16312
The text was updated successfully, but these errors were encountered: