You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "starsnpixel (via GitHub)" <gi...@apache.org> on 2023/06/17 21:19:37 UTC

[GitHub] [arrow] starsnpixel commented on issue #36135: Installation on Raspberry Pi 4 fails

starsnpixel commented on issue #36135:
URL: https://github.com/apache/arrow/issues/36135#issuecomment-1595863204

   Sorry, newbie here, was that correct?
   ```
   cmake -Dxsimd_SOURCE=BUNDLED \
   	-DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
           -DCMAKE_INSTALL_LIBDIR=lib \
           -DCMAKE_BUILD_TYPE=Debug \
           -DARROW_BUILD_TESTS=ON \
           -DARROW_COMPUTE=ON \
           -DARROW_CSV=ON \
           -DARROW_DATASET=ON \
           -DARROW_FILESYSTEM=ON \
           -DARROW_HDFS=ON \
           -DARROW_JSON=ON \
           -DARROW_PARQUET=ON \
           -DARROW_WITH_BROTLI=ON \
           -DARROW_WITH_BZ2=ON \
           -DARROW_WITH_LZ4=ON \
           -DARROW_WITH_SNAPPY=ON \
           -DARROW_WITH_ZLIB=ON \
           -DARROW_WITH_ZSTD=ON \
           -DPARQUET_REQUIRE_ENCRYPTION=ON \
           ..
   ```
   Unfortunately, this doesn't work, output is here: 
   [log.txt](https://github.com/apache/arrow/files/11780089/log.txt)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org