-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
OS X Lion: don't require setting SAGE_PORT #12576
Comments
This comment has been minimized.
This comment has been minimized.
comment:2
While you're changing this, you should really also fix the |
comment:3
With the current patch, xcodebuild is only used on pre-Lion systems. Since whoever worked on prereq before seemed to think that the particular version of Xcode was important in some cases, I think we should keep this check there. I can redirect the output, though. |
comment:5
Please remove also
(the file |
Dependencies: #4949 |
comment:7
In fact, why not remove all of
as those versions are already checked for above. |
comment:8
I would also remove
which refers to a very outdated version of Sage (and I doubt this one line will fix the problem described). |
comment:9
Replace
by
|
comment:10
Replace TABs by spaces. |
comment:11
I would also replace
by
which is more readable. |
comment:12
This "if" will never be true (as you already special-cased it above), so this block can be removed:
|
comment:13
Fixed. Here's a new patch. |
Reviewer: Jeroen Demeyer |
comment:16
Undid the changes to |
comment:17
The parts of this patch which are unrelated to Darwin are moved to #12112. |
Attachment: trac_12576-lion-sage_port.patch.gz root repo |
Merged: sage-5.0.beta13 |
The prereq script requires setting
SAGE_PORT
to build on OS X Lion. We should remove this requirement, since building successfully on Lion should be imminent.Apply attachment: trac_12576-lion-sage_port.patch to the root repo.
Depends on #4949
Depends on #12112
Component: build
Keywords: osx lion prereq
Author: John Palmieri
Reviewer: Jeroen Demeyer
Merged: sage-5.0.beta13
Issue created by migration from https://trac.sagemath.org/ticket/12576
The text was updated successfully, but these errors were encountered: