Xiaobo Zhang created ARROW-11065: ------------------------------------ Summary: Installation of Apache Arrow C++ failed on AIX7.2 Key: ARROW-11065 URL: https://issues.apache.org/jira/browse/ARROW-11065 Project: Apache Arrow Issue Type: Bug Components: C++ Affects Versions: 2.0.0 Environment: AIX7.2 Reporter: Xiaobo Zhang Fix For: 2.0.0 Attachments: CMakeError.log, CMakeOutput.log
My installation of pyarrow on AIX7.2 failed due to missing ARROW and I was told I have to install ARROW C++ first. I downloaded ARROW 2.0.0 {color:#24292e}tar ball and tried to install its "cpp" component according to the instruction. However, I got the following error after {{cd release}} to run {{cmake ..}}: {color} {color:#24292e}{{Login=root: Line=602 > cmake .. -- Building using CMake version: 3.16.0 -- Arrow version: 2.0.0 (full: '2.0.0') -- Arrow SO version: 200 (full: 200.0.0) -- clang-tidy not found -- clang-format not found -- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN) -- infer not found -- Found cpplint executable at /software/thirdparty/apache-arrow-2.0.0/cpp/build-support/cpplint.py -- System processor: powerpc -- Arrow build warning level: PRODUCTION CMake Error at cmake_modules/SetupCxxFlags.cmake:365 (message): SSE4.2 required but compiler doesn't support it. Call Stack (most recent call first): CMakeLists.txt:437 (include) -- Configuring incomplete, errors occurred! See also "/software/thirdparty/apache-arrow-2.0.0/cpp/release/CMakeFiles/CMakeOutput.log". See also "/software/thirdparty/apache-arrow-2.0.0/cpp/release/CMakeFiles/CMakeError.log".}}{color} {color:#24292e}Attached are 2 CMake output/error files. Sutou Kouhei suggested me to submit an issue here. Can someone please help me to fix the issue? What do I have to do with required SSE4.2?{color} {color:#24292e}Thanks.{color} -- This message was sent by Atlassian Jira (v8.3.4#803005)