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

pyslow5: add aarch64/arm64 builds #51105

Merged
merged 2 commits into from
Oct 2, 2024
Merged

Commits on Oct 2, 2024

  1. pyslow5: add aarch64/arm64 builds

    Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
    martin-g committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    631f32e View commit details
    Browse the repository at this point in the history
  2. pyslow5: add setuptools as a host dependency

    Trying to solve:
    ```
    try:␛[0m
    2024-10-02T13:23:22.4921930Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR)       import setuptools␛[0m
    2024-10-02T13:23:22.4922600Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR)   except ImportError as error:␛[0m
    2024-10-02T13:23:22.4923310Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR)       print(␛[0m
    2024-10-02T13:23:22.4924220Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR)           "ERROR: Can not execute `setup.py` since setuptools is not available in "␛[0m
    2024-10-02T13:23:22.4925070Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR)           "the build environment.",␛[0m
    2024-10-02T13:23:22.4925670Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR)           file=sys.stderr,␛[0m
    2024-10-02T13:23:22.4926240Z 13:23:20 ␛[32mBIOCONDA INFO␛[0m (ERR)       )␛[0m
    ```
    on OSX-64
    
    Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
    martin-g committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b26c665 View commit details
    Browse the repository at this point in the history