Skip to content

ARROW-1591: C++: Xcode 9 is not correctly detected - #1121

Closed
xhochy wants to merge 1 commit into
apache:masterfrom
xhochy:ARROW-1591
Closed

ARROW-1591: C++: Xcode 9 is not correctly detected#1121
xhochy wants to merge 1 commit into
apache:masterfrom
xhochy:ARROW-1591

Conversation

@xhochy

@xhochy xhochy commented Sep 21, 2017

Copy link
Copy Markdown
Member

No description provided.

# clang on Mac OS X, XCode 8.
elseif("${COMPILER_VERSION_FULL}" MATCHES ".*clang-9")
set(COMPILER_FAMILY "clang")
set(COMPILER_VERSION "4.0.0svn")

Copy link
Copy Markdown
Member Author

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.

Copy link
Copy Markdown
Member

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

@wesm

wesm commented Sep 21, 2017

Copy link
Copy Markdown
Member

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

@xhochy

xhochy commented Sep 21, 2017

Copy link
Copy Markdown
Member Author

@wesm any idea on how to fix this?

@wesm

wesm commented Sep 21, 2017

Copy link
Copy Markdown
Member

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 wesm left a comment

Copy link
Copy Markdown
Member

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")

Copy link
Copy Markdown
Member

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

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

Successfully merging this pull request may close these issues.

2 participants