civodul pushed a commit to branch master
in repository guix.
commit 6f160c5c3809c9fd7af7da3f215ca0222e24ccce
Author: Ludovic Courtès <[email protected]>
Date: Fri Nov 15 23:22:53 2019 +0100
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 30169f7..41655a4 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"