csdms / bmi-fortran

Basic Model Interface for Fortran
https://bmi.readthedocs.io
MIT License
6 stars 10 forks source link

Provide conda for osx-arm64 (Apple Silicon) #44

Closed platipodium closed 11 months ago

platipodium commented 1 year ago

Currently, conda does not find a package for the osx-arm64 architecture:

✖  conda install bmi-fortran -c conda-forge
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - bmi-fortran

Current channels:

  - https://conda.anaconda.org/conda-forge/osx-arm64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/osx-arm64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/osx-arm64
  - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.
mdpiper commented 1 year ago

On the todo list. Instructions for adding an osx-arm64 build to a feedstock are given here.

mdpiper commented 11 months ago

Fixed with https://github.com/conda-forge/bmi-fortran-feedstock/pull/10.