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

Cibw2 #28

Closed
wants to merge 37 commits into from
Closed

Cibw2 #28

wants to merge 37 commits into from

Commits on Aug 17, 2022

  1. MAINT, BLD: cibuildwheel Linux start

    * we're interested in moving to the modern
    `cibuildwheel` machinery for the release/wheel
    build process, following NumPy/pandas, etc.
    
    * add some initial infrastructure that successfully
    builds Python 3.8, 3.9, and 3.10 Linux x86_64 SciPy wheels
    locally for me on a Linux box when running
    `cibuildwheel --platform linux`
    
    ```
        3 wheels produced in 42 minutes:
            scipy-1.9.0.dev0+1841.27195e4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
    116,067 kB
            scipy-1.9.0.dev0+1841.27195e4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
    115,656 kB
            scipy-1.9.0.dev0+1841.27195e4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
    115,872 kB
    ```
    
    * this intentionally leaves out CI and other
    platforms for now, just getting started, and
    borrowing liberally from NumPy when it helps
    tylerjereddy authored and andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d5ffdc0 View commit details
    Browse the repository at this point in the history
  2. MAINT: PR 15925 revisions

    * copy over some NumPy cibuildwheel testing
    infra
    
    [skip actions] [skip circleci] [skip ci] [skip azp]
    tylerjereddy authored and andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d00680d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84dfd39 View commit details
    Browse the repository at this point in the history
  4. MAINT: fix build name

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2fc70f0 View commit details
    Browse the repository at this point in the history
  5. gfortran on macOS

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    20c28fc View commit details
    Browse the repository at this point in the history
  6. gfortran on macOS

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    b105fa6 View commit details
    Browse the repository at this point in the history
  7. gfortran on macOS

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6b94707 View commit details
    Browse the repository at this point in the history
  8. test if fortran-4.9.0 works

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4a037ea View commit details
    Browse the repository at this point in the history
  9. BLD: start on windows

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    3aad97e View commit details
    Browse the repository at this point in the history
  10. BLD: try and make them all

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    28d390a View commit details
    Browse the repository at this point in the history
  11. Upload artifact as-is

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    97552e7 View commit details
    Browse the repository at this point in the history
  12. TST correctly

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    00d79ce View commit details
    Browse the repository at this point in the history
  13. start win32

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    2f5ad44 View commit details
    Browse the repository at this point in the history
  14. BLD: build them all

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    81ff067 View commit details
    Browse the repository at this point in the history
  15. fix wheels.yml

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0505148 View commit details
    Browse the repository at this point in the history
  16. build them all [wheel build]

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d1a784c View commit details
    Browse the repository at this point in the history
  17. macos_arm64 [wheel build]

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    8242f49 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f52d2a8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    83cc659 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9518677 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c64148b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    49cac09 View commit details
    Browse the repository at this point in the history
  23. BLD: try 3.11

    andyfaff committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    dc61af7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    efd58d3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e69878e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f2499d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

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

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    d33580f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1144023 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    662cd72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1141c8c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    b64a996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e809b1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a53b618 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53bb4e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    135dd55 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

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