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-7645: [Packaging][deb][RPM] Fix arm64 packaging build #6253

Closed
wants to merge 4 commits into from

Commits on Jan 22, 2020

  1. [Packaging][deb][RPM] Fix arm64 packaging build

    qemu-user-static package is updated.
    kou committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    7a52b5f View commit details
    Browse the repository at this point in the history
  2. Detect NEON availability

    NEON isn't available on QEMU.
    kou committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    6395da2 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Remove needless NEON detection

    -mfpu=neon-fp-armv8 is for 32bit.
    kou committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    16be900 View commit details
    Browse the repository at this point in the history
  2. Use RAPIDJSON_SIMD instead of our ARROW_RAPIDJSON_SKIP_WHITESPACE_SIMD

    RapidJSON 1.1.0 doesn't support NEON. Unreleased RapidJSON supports
    NEON. We can detect whether using RapidJSON supports NEON or not by
    RAPIDJSON_SIMD. RapidJSON 1.1.0 with RAPIDJSON_NEON doesn't define
    RAPIDJSON_SIMD. Unreleased RapidJSON with RAPIDJSON_NEON defines
    RAPIDJSON_SIMD.
    kou committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    705a53d View commit details
    Browse the repository at this point in the history