Skip to content

Conversation

@xhochy
Copy link
Member

@xhochy xhochy commented Sep 21, 2017

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
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
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
Copy link
Member

wesm commented Sep 21, 2017

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
Copy link
Member Author

xhochy commented Sep 21, 2017

@wesm any idea on how to fix this?

@wesm
Copy link
Member

wesm commented Sep 21, 2017

It is probably related to a package update in conda-forge causing an issue with the package dependency graph. I will take a look

Copy link
Member

@wesm wesm left a 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")
Copy link
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