conda-forge / openmpi-feedstock

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

Use default compiler versions #97

Closed minrk closed 2 years ago

minrk commented 2 years ago

Because cuda compilers are matrix-aligned with other compilers (c, fortran, etc.), skipping all but an old cuda compiler version means pinning all compilers to old versions. As far as I know, this is only a problem for gfortran, where gfortran 7 emits a dependency on libgfortran 4, while gfortran 10 emits a dependency on libgfortran 5, making their build products mutually exclusive at install time (i.e. #94 means openmpi 4.1.3 cannot be installed along with any other package compiled with the current default fortran on conda-forge).

closes #94

conda-forge-linter commented 2 years 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) and found it was in an excellent condition.

isuruf commented 2 years ago

See https://github.com/conda-forge/openmpi-feedstock/pull/98