From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drVMH-0008Mc-Md for guix-patches@gnu.org; Mon, 11 Sep 2017 16:31:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drVME-0003EJ-Jo for guix-patches@gnu.org; Mon, 11 Sep 2017 16:31:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53690) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drVME-0003EA-GA for guix-patches@gnu.org; Mon, 11 Sep 2017 16:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drVME-0005Bb-4L for guix-patches@gnu.org; Mon, 11 Sep 2017 16:31:02 -0400 Subject: [bug#28422] [PATCH] gnu: openmpi: Configure without builtin atomics. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drVLy-0008Gk-M3 for guix-patches@gnu.org; Mon, 11 Sep 2017 16:30:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drVLv-00039v-Bz for guix-patches@gnu.org; Mon, 11 Sep 2017 16:30:46 -0400 Received: from tranquility.mcc.ac.uk ([130.88.200.145]:34661) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1drVLu-000387-W1 for guix-patches@gnu.org; Mon, 11 Sep 2017 16:30:43 -0400 Received: from asmtp1.its.manchester.ac.uk ([130.88.13.149]) by tranquility.mcc.ac.uk with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.85 (FreeBSD)) (envelope-from ) id 1drVLs-0000YT-UV for guix-patches@gnu.org; Mon, 11 Sep 2017 21:30:40 +0100 Received: from albion.it.manchester.ac.uk ([130.88.138.79]:58172) by asmtp1.its.manchester.ac.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89) (envelope-from ) id 1drVLs-0001Mr-M6 for guix-patches@gnu.org; Mon, 11 Sep 2017 21:30:40 +0100 From: Dave Love Date: Mon, 11 Sep 2017 21:30:40 +0100 Message-ID: <87bmmhj7v3.fsf@albion.it.manchester.ac.uk> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 28422@debbugs.gnu.org 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