diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-11-16 17:15:14 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-11-16 17:43:49 +0100 |
commit | 2401806bdbc362e5c6ff03a2a3dd33a5d4cdf96e (patch) | |
tree | 643a87dc1c925b9e871b3969c978dfc58e7df5e4 /gnu/local.mk | |
parent | bd7df85ea445bc9081c76f65623b697c03cd90bf (diff) | |
download | patches-2401806bdbc362e5c6ff03a2a3dd33a5d4cdf96e.tar patches-2401806bdbc362e5c6ff03a2a3dd33a5d4cdf96e.tar.gz |
gnu: ucx: Avoid relying on /sys/class/net.
This fixes test failures of packages that use Open MPI, whereby UCX
would error out due to /sys/class/net being unavailable in the build
chroot that the daemon sets up.
* gnu/packages/patches/ucx-tcp-iface-ioctl.patch: New file.
* gnu/packages/fabric-management.scm (ucx)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0bc23b92ee..8a52e98d3e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1392,6 +1392,7 @@ dist_patch_DATA = \ %D%/packages/patches/tuxpaint-stamps-path.patch \ %D%/packages/patches/txr-shell.patch \ %D%/packages/patches/u-boot-fix-mkimage-header-verification.patch \ + %D%/packages/patches/ucx-tcp-iface-ioctl.patch \ %D%/packages/patches/udiskie-no-appindicator.patch \ %D%/packages/patches/unzip-CVE-2014-8139.patch \ %D%/packages/patches/unzip-CVE-2014-8140.patch \ |