hdl / conda-eda

Conda recipes for FPGA EDA tools for simulation, synthesis, place and route and bitstream generation.
https://anaconda.org/LiteX-Hub
Apache License 2.0
95 stars 26 forks source link

add osx-arm64 variant of the packages #299

Open proppy opened 1 year ago

proppy commented 1 year ago

As commented by @xobs in https://github.com/hdl/conda-eda/pull/298#issuecomment-1436365609 there seems to be a way toi cross compile osx packages to arm64 by reusing some of the conda-forge tooling.

@PiotrZierhoffer @ajelinski @mithro @umarcor would it make sense to investigate https://github.com/conda-forge/conda-smithy and see if it can complete the setup we have here with conda-build-prepare + conda-eda/ci?

proppy commented 1 year ago

Alternative we could look at setting up dedicated self-hosted github worker with actual osx-arm64 hardware.