unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28422] [PATCH] gnu: openmpi: Configure without builtin atomics.
@ 2017-09-11 20:30 Dave Love
  2017-09-12 12:57 ` bug#28422: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Love @ 2017-09-11 20:30 UTC (permalink / raw)
  To: 28422


See https://www.mail-archive.com/users@lists.open-mpi.org//msg31400.html

* mpi.scm (openmpi)[arguments]: Don't configure with --enable-builtin-atomics.
---
 gnu/packages/mpi.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index f7380fecb..e7464b7b8 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -132,9 +132,7 @@ bind processes, and much more.")
      `(("pkg-config" ,pkg-config)
        ("perl" ,perl)))
     (arguments
-     `(#:configure-flags `("--enable-builtin-atomics"
-
-                           "--enable-mpi-ext=affinity" ;cr doesn't work
+     `(#:configure-flags `("--enable-mpi-ext=affinity" ;cr doesn't work
                            "--enable-memchecker"
                            "--with-sge"
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28422: [PATCH] gnu: openmpi: Configure without builtin atomics.
  2017-09-11 20:30 [bug#28422] [PATCH] gnu: openmpi: Configure without builtin atomics Dave Love
@ 2017-09-12 12:57 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-09-12 12:57 UTC (permalink / raw)
  To: Dave Love; +Cc: 28422-done

Dave Love <fx@gnu.org> skribis:

> See https://www.mail-archive.com/users@lists.open-mpi.org//msg31400.html
>
> * mpi.scm (openmpi)[arguments]: Don't configure with --enable-builtin-atomics.

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-12 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-11 20:30 [bug#28422] [PATCH] gnu: openmpi: Configure without builtin atomics Dave Love
2017-09-12 12:57 ` bug#28422: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).