conda-forge / nccl-feedstock

A conda-smithy repository for nccl.
BSD 3-Clause "New" or "Revised" License
4 stars 16 forks source link

Backport upstream patch to use `SO_REUSEPORT` optionally #5

Closed jakirkham closed 5 years ago

jakirkham commented 5 years ago

This uses commit ( https://github.com/NVIDIA/nccl/commit/7f2b337e703d73ed369937c9996e1f3d5f664ad0 ) to backport a patch to only use SO_REUSEPORT optionally. By doing this, we are able to drop the workaround of using the kernel header, asm-generic/socket.h, from the system (instead of the conda compilers).

Checklist

Fixes https://github.com/conda-forge/nccl-feedstock/issues/1

conda-forge-linter commented 5 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.

jakirkham commented 5 years ago

cc @jjhelmus (figured you might find this of interest 🙂)