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

Fix linux ppc64le build #8

Merged
merged 5 commits into from
Jul 8, 2024
Merged

Fix linux ppc64le build #8

merged 5 commits into from
Jul 8, 2024

Commits on Jul 8, 2024

  1. Fix Linux ppc64le build.

    Fix Linux ppc64le build.
    ghuls committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    65381a7 View commit details
    Browse the repository at this point in the history
  2. Update pyo3 and itertools dependencies.

    Update pyo3 and itertools dependencies.
    ghuls committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    98a55b0 View commit details
    Browse the repository at this point in the history
  3. Update changelog.

    Update changelog.
    ghuls committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e464080 View commit details
    Browse the repository at this point in the history
  4. Update CI runner config.

    Update CI runner config:
    
        maturin generate-ci github --zig --pytest --platform manylinux macos > .github/workflows/CI.yml
    
    and add "gcc" and "libc6-dev" to "apt-get install" so "pybigwig" can be installed from source.
    ghuls committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7194973 View commit details
    Browse the repository at this point in the history
  5. Install python and zlib headers for testing in CI.

    Install python zlib headers for testing in CI.
    ghuls committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    472a3cf View commit details
    Browse the repository at this point in the history