Skip to content
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

ARROW-9744: [Python] Fix build failure on aarch64 #7982

Closed
wants to merge 1 commit into from

Conversation

kou
Copy link
Member

@kou kou commented Aug 17, 2020

pyarrow uses only SetupCxxFlags.cmake. It doesn't use
DefineOptions.cmake. We need to define ARROW_ARMV8_ARCH in pyarrow
too. It's defined in DefineOptions.cmake.

pyarrow just uses SetupCxxFlags.cmake. It doesn't use
DefineOptions.cmake. We need to define ARROW_ARMV8_ARCH in pyarrow
too. It's defined in DefineOptions.cmake.
@github-actions
Copy link

@kou
Copy link
Member Author

kou commented Aug 19, 2020

+1

@kou kou closed this in d61c8a6 Aug 19, 2020
@kou kou deleted the python-aarch64 branch August 19, 2020 00:30
emkornfield pushed a commit to emkornfield/arrow that referenced this pull request Sep 8, 2020
pyarrow uses only SetupCxxFlags.cmake. It doesn't use
DefineOptions.cmake. We need to define ARROW_ARMV8_ARCH in pyarrow
too. It's defined in DefineOptions.cmake.

Closes apache#7982 from kou/python-aarch64

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
emkornfield pushed a commit to emkornfield/arrow that referenced this pull request Oct 16, 2020
pyarrow uses only SetupCxxFlags.cmake. It doesn't use
DefineOptions.cmake. We need to define ARROW_ARMV8_ARCH in pyarrow
too. It's defined in DefineOptions.cmake.

Closes apache#7982 from kou/python-aarch64

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
pyarrow uses only SetupCxxFlags.cmake. It doesn't use
DefineOptions.cmake. We need to define ARROW_ARMV8_ARCH in pyarrow
too. It's defined in DefineOptions.cmake.

Closes apache#7982 from kou/python-aarch64

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
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.

1 participant