~ruther/guix-local

df981d8b36754c820f41f01758c585bf282065c1 — Dave Love 8 years ago 0d97d3c
gnu: openmpi: Modify configuration to reduce closure.

devel-headers are only for building MCA components, produce a large
closure and aren't normally packaged.  Only the affinity component of
mpi-ext is useful.

* gnu/packages/mpi.scm (openmpi)[arguments]: Don't configure
--with-devel-headers and --enable-mpi-ext=all.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/mpi.scm
M gnu/packages/mpi.scm => gnu/packages/mpi.scm +1 -2
@@ 134,8 134,7 @@ bind processes, and much more.")
    (arguments
     `(#:configure-flags `("--enable-builtin-atomics"

                           "--enable-mpi-ext=all"
                           "--with-devel-headers"
                           "--enable-mpi-ext=affinity" ;cr doesn't work
                           "--enable-memchecker"
                           "--with-sge"
                           ,(string-append "--with-valgrind="