conda-forge / openmpi-feedstock

A conda-smithy repository for openmpi.
BSD 3-Clause "New" or "Revised" License
10 stars 25 forks source link

--enable-ipv6 flag for IPv6 only machines #165

Closed ChenYuHo closed 4 months ago

ChenYuHo commented 4 months ago

Comment:

I was trying to run some mpi applications on a set of machines with only IPv6 addresses but failed. It looks like --enable-ipv6 is the missing block. Are there any concerns regarding --enable-ipv6 flag?

https://github.com/conda-forge/openmpi-feedstock/blob/eb5c1f15d543444292506bc3c6c039aeeae894a1/recipe/build-mpi.sh#L59C1-L59C12

dalcinl commented 4 months ago

I don't have any concerns. Unless someone has any, please submit a rebuild PR and I'll happily review and eventually merge it.