conda-forge / gromacs-feedstock

A conda-smithy repository for gromacs.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

Enable MPI build for osx-arm64 #57

Open xiki-tempula opened 3 months ago

xiki-tempula commented 3 months ago

The MPI arm64 build won't build on the CI which I guess because it runs on a intel chip Mac and trying to cross-compile it to be arm64. I have used my M1 mac to build the conda package locally and it does work.

Checklist

conda-forge-webservices[bot] commented 3 months ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

xiki-tempula commented 3 months ago

@conda-forge-admin, please rerender

mabraham commented 1 week ago

I see the build image has https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1051838&view=logs&j=5e1269ef-6c32-5a63-0f37-731563990088&t=60fff8cd-70dd-5bee-bfd3-a4b49a609b49&l=1144 openmpi 5.0.5, so we need to find where that's installed and teach the cmake call how to find it there.