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

Support for cibuildwheel #2

Closed
wants to merge 24 commits into from
Closed

Support for cibuildwheel #2

wants to merge 24 commits into from

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    7df5317 View commit details
    Browse the repository at this point in the history
  2. Added fixes for building wheels

    * simplified build structure
    * moved most of requirements to pyproject
    * removed unused submodules
    JCGoran committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    f6757e7 View commit details
    Browse the repository at this point in the history
  3. More changes for CIBW to work

    JCGoran committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4d0ec2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0b61f8 View commit details
    Browse the repository at this point in the history
  5. Update CI file

    JCGoran committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    53c4b60 View commit details
    Browse the repository at this point in the history
  6. Fix CI file?

    JCGoran committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    31258b5 View commit details
    Browse the repository at this point in the history
  7. Fix

    JCGoran committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    f4d0a73 View commit details
    Browse the repository at this point in the history
  8. Fix build specifier

    JCGoran committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    9ca4d40 View commit details
    Browse the repository at this point in the history
  9. Fixes for CI

    also make install script more flexible
    JCGoran committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    ccb77c0 View commit details
    Browse the repository at this point in the history
  10. Use sudo

    JCGoran committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    dba8601 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ec979e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Updated CI for docs

    JCGoran committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    83abcbd View commit details
    Browse the repository at this point in the history
  2. Fix Dockerfile

    JCGoran committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    547079d View commit details
    Browse the repository at this point in the history
  3. Fix install_other.sh script

    JCGoran committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    187d26f View commit details
    Browse the repository at this point in the history
  4. Fix setup.py

    JCGoran committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    692fa43 View commit details
    Browse the repository at this point in the history
  5. Fix docs building CI

    JCGoran committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    478688d View commit details
    Browse the repository at this point in the history
  6. Fix docs building CI

    JCGoran committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3dc89bf View commit details
    Browse the repository at this point in the history
  7. Revert "Fix install_other.sh script"

    This reverts commit 187d26f.
    JCGoran committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    4bbddd6 View commit details
    Browse the repository at this point in the history
  8. Maybe fixed now?

    JCGoran committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3f09617 View commit details
    Browse the repository at this point in the history
  9. Disable macos 14 for now

    JCGoran committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    71b3ea0 View commit details
    Browse the repository at this point in the history
  10. Fix includes

    JCGoran committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    5d7f1ff View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Fix install script

    JCGoran committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    af391a6 View commit details
    Browse the repository at this point in the history
  2. Maybe now

    JCGoran committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    fd21bfe View commit details
    Browse the repository at this point in the history
  3. Fix CI

    JCGoran committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    bfee6a1 View commit details
    Browse the repository at this point in the history