From debbugs-submit-bounces@debbugs.gnu.org Tue May 06 08:43:50 2025 Received: (at submit) by debbugs.gnu.org; 6 May 2025 12:43:50 +0000 Received: from localhost ([127.0.0.1]:55370 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uCHeI-0000nP-2D for submit@debbugs.gnu.org; Tue, 06 May 2025 08:43:50 -0400 Received: from lists.gnu.org ([2001:470:142::17]:60784) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uCHeD-0000mo-Nn for submit@debbugs.gnu.org; Tue, 06 May 2025 08:43:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uCHe6-0000Nu-Sf for guix-patches@gnu.org; Tue, 06 May 2025 08:43:38 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uCHe4-0002Pp-3t for guix-patches@gnu.org; Tue, 06 May 2025 08:43:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=hkg0S6sZsMY7dtg/yFKnHRfyixpBZHhvi+egZM8aqSA=; b=mIafXM+wcC+fDlBSNE00cbvgxpeT34arGYjHwpH5QK17o3zntWYlqDXX /+NJbzFmfYPAKVetHEhr320ZeRY1GSlHM42Xv4D6h/FYMtM8AeBzy9Sct CEJTcY/t70x76L8wO2Z1acVDeskpuzL9jGZTdXFHDkJSgHH49rgBGClMt 4=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=romain.garbage@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.15,266,1739833200"; d="scan'208";a="220889260" Received: from unknown (HELO guix-A102.bordeaux.inria.fr) ([193.50.110.215]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 May 2025 14:43:26 +0200 From: Romain GARBAGE To: guix-patches@gnu.org Subject: [PATCH] gnu: hdf5-parallel-openmpi: Add Fortran support. Date: Tue, 6 May 2025 14:42:14 +0200 Message-ID: <99be1a7084c8ec2b2bb28ac2bee97a5cd592e604.1746535334.git.romain.garbage@inria.fr> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-Debbugs-Cc: Andreas Enge , Eric Bavier , Sharlatan Hellseher Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=192.134.164.83; envelope-from=romain.garbage@inria.fr; helo=mail2-relais-roc.national.inria.fr X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit Cc: andreas@enge.fr, Romain GARBAGE X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Fortran support was removed by commit 8eeb04e205a, but was present before. * gnu/packages/maths.scm (hdf5-parallel-openmpi) [arguments]: Add Fortran support. Switch to G-exps. Fix path for CMake files as done by parent hdf5 package. Change-Id: I1d7c8adea6e8cadc4d8a16d8313f65388ead009d --- gnu/packages/maths.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index eb23a375b4..b873cf2c5d 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2193,8 +2193,11 @@ (define-public hdf5-parallel-openmpi (arguments (substitute-keyword-arguments (package-arguments hdf5) ((#:configure-flags _ #f) - ''("-DHDF5_ENABLE_THREADSAFE=OFF" + #~(list + (string-append "-DHDF5_INSTALL_CMAKE_DIR=" #$output "/lib/cmake") + "-DHDF5_ENABLE_THREADSAFE=OFF" "-DHDF5_ENABLE_PARALLEL=ON" + "-DHDF5_BUILD_FORTRAN=ON" "-DHDF5_BUILD_CPP_LIB=OFF" "-DHDF5_BUILD_DOC=ON")) ((#:phases phases) base-commit: a824edd45e8dca9377ff38284d4df5dbcd3be6c3 -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Thu May 08 05:56:47 2025 Received: (at 78279-done) by debbugs.gnu.org; 8 May 2025 09:56:47 +0000 Received: from localhost ([127.0.0.1]:54375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uCxzj-0004mA-HT for submit@debbugs.gnu.org; Thu, 08 May 2025 05:56:47 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:46926) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uCxzh-0004ls-8R for 78279-done@debbugs.gnu.org; Thu, 08 May 2025 05:56:45 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 87818602; Thu, 8 May 2025 11:56:37 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id kWPXP5nh-y4K; Thu, 8 May 2025 11:56:37 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 8298520A; Thu, 8 May 2025 11:56:35 +0200 (CEST) Date: Thu, 8 May 2025 11:56:34 +0200 From: Andreas Enge To: Romain GARBAGE Subject: Re: [bug#78279] [PATCH] gnu: hdf5-parallel-openmpi: Add Fortran support. Message-ID: References: <99be1a7084c8ec2b2bb28ac2bee97a5cd592e604.1746535334.git.romain.garbage@inria.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <99be1a7084c8ec2b2bb28ac2bee97a5cd592e604.1746535334.git.romain.garbage@inria.fr> X-Rspamd-Queue-Id: 87818602 X-Spamd-Result: default: False [5.44 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; BAYES_HAM(-2.96)[99.82%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[]; FREEMAIL_ENVRCPT(0.00)[gmail.com]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; FREEMAIL_CC(0.00)[debbugs.gnu.org,posteo.net,gmail.com] X-Spamd-Bar: +++++ X-Rspamd-Action: greylist X-Rspamd-Server: hera X-Spam-Level: ***** X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78279-done Cc: Sharlatan Hellseher , 78279-done@debbugs.gnu.org, Eric Bavier X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thanks for the patch! I am seeing problems with the depending package dealii-openmpi, but this seems to be due to an unrelated build failure in scalapack, which also fails in master. Maybe something you would like to look at next :) Pushed to master. Andreas From unknown Sun Jun 22 20:59:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 05 Jun 2025 11:24:13 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator