From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wL/LE+HaamJ6PQAAbAwnHQ (envelope-from ) for ; Thu, 28 Apr 2022 20:20:17 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id wHkwE+HaamJ1HQEAG6o9tA (envelope-from ) for ; Thu, 28 Apr 2022 20:20:17 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5858228860 for ; Thu, 28 Apr 2022 20:20:15 +0200 (CEST) Received: from localhost ([::1]:37626 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nk8kQ-0007mj-7w for larch@yhetil.org; Thu, 28 Apr 2022 14:20:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38552) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nk8kF-0007is-Aj for guix-patches@gnu.org; Thu, 28 Apr 2022 14:20:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56023) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nk8kF-0004kq-19 for guix-patches@gnu.org; Thu, 28 Apr 2022 14:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nk8kE-00038L-T4 for guix-patches@gnu.org; Thu, 28 Apr 2022 14:20:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55170] [PATCH 2/5] gnu: dealii: Remove trailing booleans. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 28 Apr 2022 18:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55170 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55170@debbugs.gnu.org Cc: ludovic.courtes@inria.fr, paul@apatience.com Received: via spool by 55170-submit@debbugs.gnu.org id=B55170.165116998111966 (code B ref 55170); Thu, 28 Apr 2022 18:20:02 +0000 Received: (at 55170) by debbugs.gnu.org; 28 Apr 2022 18:19:41 +0000 Received: from localhost ([127.0.0.1]:49909 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nk8jt-00036w-HF for submit@debbugs.gnu.org; Thu, 28 Apr 2022 14:19:41 -0400 Received: from mail-4317.proton.ch ([185.70.43.17]:20056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nk8js-00036c-8j for 55170@debbugs.gnu.org; Thu, 28 Apr 2022 14:19:40 -0400 Date: Thu, 28 Apr 2022 18:19:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1651169973; bh=uOUmP7P4KrWPsdLvrHVZaFFjtEsD1nCIJn8rooYtV+8=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=UWT2YvqV8kYY1fKWUdK1oTARUqVzaD/NuhLVVq6neyoV26v1BZg2RwzumXPVpFB7t TGw8jZ4XM/TCaOqSNMcMM7cC9qgtmR1CzKmIylbfFmMRCT+dCGUJIVCYvY+A8s85f0 1Cs3BwXnc4iysHpOyYuEd5aT4wjnVwIkShjusCPhn8eRz9rZluGgTTfiTnL1GLOb4R Uuf+ns8bOyDgDu/0QrWXH5lZB0/Vw1jFFdVtRvhFTWEr3vC8BFNJrdNExIkUkqxz47 9Qdw+WW8XWxJEwz1qHOyqg3wkIMmIhxmj3jvFE65lURuho42F3QYtXps6YWtyz53ow fRP/KstVE5SRQ== From: "Paul A. Patience" Message-ID: <20220428181919.281837-2-paul@apatience.com> In-Reply-To: <20220428181919.281837-1-paul@apatience.com> References: <20220428181919.281837-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651170015; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=uOUmP7P4KrWPsdLvrHVZaFFjtEsD1nCIJn8rooYtV+8=; b=Z5eNEapTBvsmKIf/UKplUaIVzlK75lB6jXm16yZJiI/ug3pX0VhgykgCkZnHMcct/ZUmhA JZrUdaKLeRXhbX51eydQqJdYmSZq0XuZ16MaSwgE/3eZuEDtgBEJOw/uiCCX0+2QPh9Um2 7+8fkRV+jkKlw/EfLr1QbrJejT3Lj+xVa8F8EoVNvsl/xI4neWcoHDVWvC/zQFZf5npifR n2OIfyIW0yXk7OKlnEl8xXwWXRlQSnoczGLUcZ/8q+gZafMbixL6qTogXaqwrVoONUmBLi frROok5o8OmEotSq1MMuvmj16bVDZx6om1T0XmAJSeamt/fTDBcZ4doBU9lQDw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651170015; a=rsa-sha256; cv=none; b=hUOtkEoCH7cuBfD/Ifupsiqp0lBSUkZIukULoeiUDhQaqAMO6IMmq2QLZrCtlBhcluR6/K +/jYIqer2voyxDF3eAOfk8kkADUpEXS/mO8JleNuDGedv5t03ZiQRngmmbZBkP1OY+7aVN INH5xOcrXXyBV6QNzmc27LdClvq93kundG+baLxaFDNAF9KAGvntWf6xL5UTXjwKNv+A+n n6xdZE3WUwIUrFSrmBnbtfxHxSn4Oypy4kDtxobB6tRTT/3A3M1jOFkxcyLhnRT8sjmmiC HaY73M31GESCZxlBzeTdlLVhIus8oDXqiWTSAPDWFc6wGRb0vrB9haWroc5M8w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=UWT2YvqV; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 2.00 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=UWT2YvqV; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 5858228860 X-Spam-Score: 2.00 X-Migadu-Scanner: scn1.migadu.com X-TUID: nF+z0qCVpH7h * gnu/packages/maths.scm (dealii)[snippet]: Remove trailing boolean (and therefore the 'begin'). [native-inputs, inputs]: Reindent. [arguments]<#:phases>: Remove trailing boolean. --- gnu/packages/maths.scm | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index dbb9bf1cf3..3c96378a4e 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5183,22 +5183,20 @@ (define-public dealii "dealii-fix-sundials.patch")) (modules '((guix build utils))) (snippet - '(begin - ;; Remove bundled boost, muparser, TBB and UMFPACK. - (delete-file-recursively "bundled") - #t)))) + ;; Remove bundled boost, muparser, TBB and UMFPACK. + '(delete-file-recursively "bundled")))) (build-system cmake-build-system) (outputs '("out" "doc")) (native-inputs ;; Required to build the documentation. - (list graphviz doxygen perl)) + (list graphviz doxygen perl)) (inputs - (list arpack-ng - openblas - gfortran - lapack - muparser - zlib)) + (list arpack-ng + openblas + gfortran + lapack + muparser + zlib)) (propagated-inputs ;; Some scripts are installed into share/deal.II/scripts that require ;; perl and python, but they are not executable (and some are missing= the @@ -5235,8 +5233,7 @@ (define-public dealii (let ((doc (string-append (assoc-ref outputs "doc") "/share/doc/" ,name "-" ,version))) (for-each delete-file (map (lambda (f) (string-append doc "= /" f)) - '("detailed.log" "summary.log"))= )) - #t))))) + '("detailed.log" "summary.log"))= ))))))) (home-page "https://www.dealii.org/") (synopsis "Finite element library") (description -- 2.36.0