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>
master
Dave Love 2017-07-31 15:03:46 +01:00 committed by Ludovic Courtès
parent 0d97d3cbff
commit df981d8b36
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 2 deletions

View File

@ -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="