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

Force siphash24 hash algorithm when cross-compiling #719

Open
wants to merge 3 commits into
base: 3.10
Choose a base branch
from

Commits on Sep 24, 2024

  1. Force siphash24 hash algorithm when cross-compiling

    When cross-compiling, the hash function is forced to be FNV because the
    configure script defines `HAVE_ALIGNED_REQUIRED` which is then used by
    pyhash.h to change the default to FNV (see conda-forge#718)
    
    This commit fixes the issue by specifying siphash24 to the configure
    script when cross-compiling.
    gmarkall committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3cd716d View commit details
    Browse the repository at this point in the history
  2. MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.40.1, and co…

    …nda-forge-pinning 2024.09.24.05.02.56
    conda-forge-webservices[bot] committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4cdf1da View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Update build_base.sh

    isuruf authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c15ed9c View commit details
    Browse the repository at this point in the history