Commits


Menno Siekerman authored and Sutou Kouhei committed 71808f1a647
ARROW-12836: [C++] Add support for newer IBM i Newer versions of IBM i have CMAKE_SYSTEM_PROCESSOR set to powerpc or powerpc64. Hence in the current release ARROW_CPU_FLAG defaults to "x86" which makes the install fail. Closes #10365 from mennosiek/master Lead-authored-by: Menno Siekerman <69851993+mennosiek@users.noreply.github.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>