-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-1591: C++: Xcode 9 is not correctly detected #1121
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
Conversation
| # clang on Mac OS X, XCode 8. | ||
| elseif("${COMPILER_VERSION_FULL}" MATCHES ".*clang-9") | ||
| set(COMPILER_FAMILY "clang") | ||
| set(COMPILER_VERSION "4.0.0svn") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just guessing, I have not found any public source that clarifies this. At the moment, we're not using the version, only the family, so this should not matter that much.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, we can always revisit if this comes up
|
Seems like something went wrong when installing the Sphinx docs requirements, causing a NumPy version conflict: https://travis-ci.org/apache/arrow/jobs/278165398#L9068 Unrelated to this change |
|
@wesm any idea on how to fix this? |
|
It is probably related to a package update in conda-forge causing an issue with the package dependency graph. I will take a look |
wesm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
| # clang on Mac OS X, XCode 8. | ||
| elseif("${COMPILER_VERSION_FULL}" MATCHES ".*clang-9") | ||
| set(COMPILER_FAMILY "clang") | ||
| set(COMPILER_VERSION "4.0.0svn") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, we can always revisit if this comes up
No description provided.