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

Replace conda with pyenv to fix incorrect libstdc++ use in jammy CI. #6966

Merged
merged 6 commits into from
Sep 30, 2024

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    3e964a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b774e5f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Use gcc-13 instead of gcc-11 when building in Ubuntu 20.04.

    gcc-11 leads to a seg fault in tensormap in Release mode.
    ssheorey committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c7c2c03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05cf179 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Use RPATH instead of RUNPATH to load libc++abi.so directly in Python.…

    … No need to find and load explicitly.
    
    Use libc++11 to build in Ubuntu 22.04. Warn if newer version is used.
    
    TODO: Solution for Ubuntu 24.04
    ssheorey committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1bb4602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d1aeb1 View commit details
    Browse the repository at this point in the history