From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:58469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hP7SJ-0007xM-1v for guix-patches@gnu.org; Fri, 10 May 2019 11:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hP7SI-0007dy-4u for guix-patches@gnu.org; Fri, 10 May 2019 11:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53495) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hP7SI-0007dd-1Q for guix-patches@gnu.org; Fri, 10 May 2019 11:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hP7SH-00035i-M9 for guix-patches@gnu.org; Fri, 10 May 2019 11:29:01 -0400 Subject: [bug#35666] [PATCH 0/2] Build a thread-safe hdf5 library Resent-Message-ID: Message-ID: <57ed425b87bca2f1fa72a936f3f8ca8caeadbb77.camel@tourbillion-technology.com> From: Paul Garlick Date: Fri, 10 May 2019 16:27:52 +0100 In-Reply-To: <87d0kq1mr2.fsf@gnu.org> References: <20190510095630.16695-1-ludo@gnu.org> <87imuisf05.fsf@elephly.net> <87d0kq1mr2.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Ricardo Wurmus Cc: bavier@cray.com, 35666@debbugs.gnu.org Hi Ludo and Ricardo, > Thoughts? > I notice in the Debian rules file [1] that the "--enable-threadsafe" flag is listed as one of the SERIAL_FLAGS. In the Guix case the package hdf5-parallel-openmpi inherits its configure flags from the hdf5 (serial) package. Will we also have to explicitly delete the "--enable-threadsafe" flag from the hdf5-parallel-openmpi definition? Best regards, Paul. [1] https://sources.debian.org/src/hdf5/1.10.4+repack-10/debian/rules/