From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 19 21:41:09 2023 Received: (at submit) by debbugs.gnu.org; 20 Jun 2023 01:41:10 +0000 Received: from localhost ([127.0.0.1]:57617 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBQMn-0003ZN-F3 for submit@debbugs.gnu.org; Mon, 19 Jun 2023 21:41:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:35866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBQMl-0003ZD-JN for submit@debbugs.gnu.org; Mon, 19 Jun 2023 21:41:08 -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 1qBQMl-0003JR-C9 for guix-patches@gnu.org; Mon, 19 Jun 2023 21:41:07 -0400 Received: from mail-4018.proton.ch ([185.70.40.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qBQMg-00060S-Vh for guix-patches@gnu.org; Mon, 19 Jun 2023 21:41:06 -0400 Date: Tue, 20 Jun 2023 01:40:51 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail; t=1687225259; x=1687484459; bh=ZQRgJIswrHu6X+EDKwNj/PGrWIoN0nielkViUjRvBDo=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=bQO2z8OJhbEeNqiYM5l9rlewBg4qzlMKfKdchi5tDzVQtRRKIkMsWUMJwlMT37CrF CG3j8fAx4nQiOQnfFXJgtrrRo6AwysLOHjpB9c+QmT7ToKH3UXn3+oWjM4C6fbjB5v VG1tiOyPqJkhso1vblkvykHqzP8T/4u0bCKzir04dJ4Hjf4plcxEMLHAtlxUzW4tyf mk5lGxDvLYjcR8L737tfUF7EI3bT2ij/rrnTDyq5ihhIKkwHZFBNAfASvsTw4ne8gW 8AS6yGl03lN/x8CxQ0k3CS4jCF3I1FcPjnkerXVJ+kCtBbxFaUA2SWm5zQQDlHgiYB 5ObWbbaYqya3Q== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: mmg: Update to 5.7.1. Message-ID: Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.18; envelope-from=paul@apatience.com; helo=mail-4018.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" 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: -2.3 (--) * gnu/packages/graphics.scm (mmg): Update to 5.7.1. [arguments]<#:configure-flags>: Set -DCMAKE_INSTALL_MANDIR. Add -DBUILD_DOC=3DON and -DUSE_SCOTCH=3DON, the defaults of which changed since the last version. Scotch is still autodetected, but explicitly enabling it causes the configuration to fail if it is not found. <#:phases>: Do not copy the manual pages, because the build now does it. --- gnu/packages/graphics.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 3a65b96919..2a7a86d9a0 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -2395,7 +2395,7 @@ (define-public discregrid (define-public mmg (package (name "mmg") - (version "5.6.0") + (version "5.7.1") (source (origin (method git-fetch) @@ -2404,7 +2404,7 @@ (define-public mmg (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "173biz5skbwg27i5w6layg7mydjzv3rmi1ywhra4rx9rjf5c0cc5")))) + (base32 "0skb7yzsw6y44zp9gb729i5xks7qd97nvn3z6jhz4jksqksx7lz0")))) (build-system cmake-build-system) (outputs '("out" "lib" "doc")) (arguments @@ -2414,11 +2414,14 @@ (define-public mmg ;; The build doesn't honor -DCMAKE_INSTALL_BINDIR, henc= e ;; the adjust-bindir phase. ;;(string-append "-DCMAKE_INSTALL_BINDIR=3D" #$output "= /bin") + (string-append "-DCMAKE_INSTALL_MANDIR=3D" #$output "/s= hare/man") "-DBUILD_SHARED_LIBS=3DON" + "-DBUILD_DOC=3DON" "-DBUILD_TESTING=3DON" ;; The longer tests are for continuous integration and ;; depend on input data which must be downloaded. "-DONLY_VERY_SHORT_TESTS=3DON" + "-DUSE_SCOTCH=3DON" ;; TODO: Add Elas (from ;; https://github.com/ISCDtoolbox/LinearElasticity). "-DUSE_ELAS=3DOFF" @@ -2443,9 +2446,6 @@ (define-public mmg (invoke "make" "doc"))) (add-after 'install 'install-doc (lambda _ - (copy-recursively - "../source/doc/man" (string-append #$output - "/share/man/man1")) (copy-recursively "doc" (string-append #$output:doc "/share/doc/" #$name "-" #$version)))) base-commit: d884fc9e2efecfba09af4694f5a13ad7fc6f704f prerequisite-patch-id: 52027b181c066ac91bc56fc0af511a34f3516651 --=20 2.40.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 20 10:20:11 2023 Received: (at 64181) by debbugs.gnu.org; 20 Jun 2023 14:20:11 +0000 Received: from localhost ([127.0.0.1]:59507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBcDL-0001WJ-Ee for submit@debbugs.gnu.org; Tue, 20 Jun 2023 10:20:11 -0400 Received: from mail-4317.proton.ch ([185.70.43.17]:23329) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qBcDI-0001Vb-FA for 64181@debbugs.gnu.org; Tue, 20 Jun 2023 10:20:09 -0400 Date: Tue, 20 Jun 2023 14:19:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail; t=1687270801; x=1687530001; bh=+aHixrM14DxMz7noOTNdSsrblvhWA50tW6JWDkTt5PM=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=MSJE31G8wbhyvRGikv9QGGGhp5gWG9KuBsvMxz3fIm5qeNOX4PHT0k7RveM6jH4/N atxbQGAqUmuTPBZqaTi4Cb4RhDzzCQZkLqERcUnOrtuD/iIc5RBtU7XlctCGdZ5wMx JUaeDTVa8kxBeXteZ3v/fnRd+vigcz9nzQOAy6+DIXnn/gp9mAX8/tuzWhCHrbUjmb N30U5vK/qQQrqv5mfPLn1pf4qGINFMRFl50diLLf9Krx/nwPxOX5C3t/uIlyE7ys2k nbYpkAYS0RHgx/Fqv/Mo7ZdgfDkgxJgw3iaFKpZOrGiHVXw0SK/9U3+JSzsaykoEtM 1vn/2cRgyMJzg== To: "64181@debbugs.gnu.org" <64181@debbugs.gnu.org> From: "Paul A. Patience" Subject: Re: [PATCH] gnu: mmg: Update to 5.7.1. Message-ID: In-Reply-To: References: Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 64181 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 (-) Sorry, I didn't realize the prerequisite-patch-id field was being added to = the patch. Please disregard it, it is unnecessary. On Monday, June 19th, 2023 at 9:40 PM, Paul A. Patience wrote: > base-commit: d884fc9e2efecfba09af4694f5a13ad7fc6f704f > prerequisite-patch-id: 52027b181c066ac91bc56fc0af511a34f3516651 Best regards, Paul From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 25 16:59:38 2023 Received: (at 64181) by debbugs.gnu.org; 25 Jun 2023 20:59:39 +0000 Received: from localhost ([127.0.0.1]:43754 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDWpe-0003zH-LU for submit@debbugs.gnu.org; Sun, 25 Jun 2023 16:59:38 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:63959) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDWpc-0003z0-SA for 64181@debbugs.gnu.org; Sun, 25 Jun 2023 16:59:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:references:date:in-reply-to: message-id:mime-version:content-transfer-encoding; bh=PvE1IaymHVuyGUpNRPyKKma5nLS0ldkFHxpHQI+bgUw=; b=vPa2o38+ZfyM5VGPgj2RaMEYIqRm24gpcFcwqcYYBDKAO5/zyQoDR5Qv 2XW+cb0P1kDnzXHk4N/KIzKHFQCS/QWW3STmfCjRSbu6ap0+q6LhkjPyX 5sxD7Dp8/S8KXKQbvCEhl9w560Eh5J7HNC/IpfbD1heGpTtRxv4DsN1R3 Q=; Authentication-Results: mail3-relais-sop.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=ludovic.courtes@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.01,158,1684792800"; d="scan'208";a="59759462" Received: from 91-160-117-201.subs.proxad.net (HELO ribbon) ([91.160.117.201]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jun 2023 22:59:30 +0200 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: "Paul A. Patience" Subject: Re: bug#64181: [PATCH] gnu: mmg: Update to 5.7.1. References: Date: Sun, 25 Jun 2023 22:59:24 +0200 In-Reply-To: (Paul A. Patience's message of "Tue, 20 Jun 2023 01:40:51 +0000") Message-ID: <87ttuvxnpv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 64181 Cc: 64181@debbugs.gnu.org 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 (-) Hi Paul, "Paul A. Patience" skribis: > * gnu/packages/graphics.scm (mmg): Update to 5.7.1. > [arguments]<#:configure-flags>: Set -DCMAKE_INSTALL_MANDIR. Add > -DBUILD_DOC=3DON and -DUSE_SCOTCH=3DON, the defaults of which changed sin= ce > the last version. Scotch is still autodetected, but explicitly enabling > it causes the configuration to fail if it is not found. > <#:phases>: Do not copy the manual pages, because the build now does it. Applied, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 26 04:54:26 2023 Received: (at 64181-done) by debbugs.gnu.org; 26 Jun 2023 08:54:26 +0000 Received: from localhost ([127.0.0.1]:44434 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDhzO-0001SE-3t for submit@debbugs.gnu.org; Mon, 26 Jun 2023 04:54:26 -0400 Received: from mira.cbaines.net ([212.71.252.8]:42766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qDhzM-0001S6-4w for 64181-done@debbugs.gnu.org; Mon, 26 Jun 2023 04:54:25 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id BA9E927BBE2 for <64181-done@debbugs.gnu.org>; Mon, 26 Jun 2023 09:54:23 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 5bb347e6 for <64181-done@debbugs.gnu.org>; Mon, 26 Jun 2023 08:54:23 +0000 (UTC) References: <87ttuvxnpv.fsf@gnu.org> User-agent: mu4e 1.10.2; emacs 28.2 From: Christopher Baines To: 64181-done@debbugs.gnu.org Subject: Re: [bug#64181] [PATCH] gnu: mmg: Update to 5.7.1. Date: Mon, 26 Jun 2023 09:53:52 +0100 In-reply-to: <87ttuvxnpv.fsf@gnu.org> Message-ID: <87ilbatxhc.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64181-done 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 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hi Paul, > > "Paul A. Patience" skribis: > >> * gnu/packages/graphics.scm (mmg): Update to 5.7.1. >> [arguments]<#:configure-flags>: Set -DCMAKE_INSTALL_MANDIR. Add >> -DBUILD_DOC=3DON and -DUSE_SCOTCH=3DON, the defaults of which changed si= nce >> the last version. Scotch is still autodetected, but explicitly enabling >> it causes the configuration to fail if it is not found. >> <#:phases>: Do not copy the manual pages, because the build now does it. > > Applied, thanks! Marking as done. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSZUj9fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XfNKg//bXKxtxHj3U3EZgrooBlIOVmpqTGbpvTu +U/fz/uj9eJEvlYTzdEsgb4BOHVg09dfr0lt5+OjA7CZVob/i6tQlMOTNIqaMtMi ZF+7xB+4sz+IjRA7JZ7a83JhhQzCNjyUiN9nxIC/JIsGlEgbTzGO/u2TjV1GRWGz giuOOHDjD2Jl8wT3T3nHWorCK928dIgjU7Aj5Q+hb+PzoNC8OlfB99C8QCT0KFZF wk7iZj1h2LhKQlgLOfhjYe9uw2zax5FYs0e302jM2qMrWCH6d5/3VvDe/k3ILRxl B/xw70SYJALn93hJHAZu+Fh/qtuE/4BKdDG/dcsm+AIMpvYLAejdpPOpm9+5nq28 7kM3FQ6MvixkmSbabIxcCGT4nQeEfjWYLBkHohy+Hz+hpVo4LSCaG6+T1COZeQ8L Eh3De2YD3SyZn6pQQDOIW5At0awpOd4Go9Vm0D3nrV0OX4EZgRiSq+ifi6or6KiF yfs/SlnjBg8fLNRF59dY4EqVvtfAud5mpsMkTq6oKzQO21YBbt/KZX3tnDvJpB9p 6sdkLAIIC2yQvag8Cwy7iZyoDyUrdBXfHpA/g5PNIVPemDyR4tZvhGFYrR+WdZqi ZXotrPjhxGIbTi1w4N1z0sxx8+TQJ0yOoEnWJ3H5Ofiu2s4+Jg/PDeitS2QbR+5m NlPHg87B1No= =cHDS -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 09 04:57:48 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 24 Jul 2023 11:24:12 +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