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

Bump cython #15

Merged
merged 6 commits into from
Sep 25, 2024
Merged

Bump cython #15

merged 6 commits into from
Sep 25, 2024

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    73ba411 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix(build): pin mpi4py<4.0

    mpi4py v4.0.0 has added MPI_Session to support the MPI-4.0 standard.
    
    However, current OpenMPI (v4.1.2) on ubuntu-lts/debian does not
    conform to MPI-4.0. MPI_Session is not typedefed in mpi.h
    
    This causes build failures. So, openmpi is pinned <4.0
    
    This can be reverted after openmpi is updated to support MPI-4.0
    
    Alt Fix: mpi4py/mpi4py#525
    nauaneed committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d76c26e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d00113c View commit details
    Browse the repository at this point in the history
  3. chore: new pyproject.toml

    removed install requires from setup.py
    nauaneed committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    211be71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbe388d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    919d0b6 View commit details
    Browse the repository at this point in the history