From 6f160c5c3809c9fd7af7da3f215ca0222e24ccce Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 15 Nov 2019 23:22:53 +0100 Subject: Revert "gnu: openmpi: Pass explicit "--with-*" configure flags." This reverts commit eaa52b5baa8fbb26a79890561d0c40344d1e1bf3, which would lead to build failures on systems other than x86_64-linux. --- gnu/packages/mpi.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm index 30169f76d4..41655a4a5c 100644 --- a/gnu/packages/mpi.scm +++ b/gnu/packages/mpi.scm @@ -210,12 +210,6 @@ bind processes, and much more.") "--with-hwloc=external" "--with-libevent" - ;; Make sure ./configure fails if one of these is - ;; missing. - "--with-ucx" - "--with-psm" - "--with-psm2" - ;; InfiniBand support "--enable-openib-control-hdr-padding" "--enable-openib-dynamic-sl" -- cgit v1.2.3