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

wheel_architecture adjustments for 2023 #102

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 26, 2023

  1. Under StdEnv/2023 make all wheels with C extensions gentoo2023

    As they are compiled with `-march=x86-64-v3` they are highly unlikely
    to work on older arches, since even simple code often uses BMI2
    instructions. So we cannot typically share them with older
    StdEnv as they'll break.
    bartoldeman committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    df9bf4b View commit details
    Browse the repository at this point in the history
  2. Move all wheels with 2023 easybuild rpaths to arch dir.

    So we know they can't be shared with future StdEnv, unlike
    "gentoo2023 generic" wheels.
    bartoldeman committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c5dfba1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fb36c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a455f28 View commit details
    Browse the repository at this point in the history