From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41073) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iK3DT-0002Cp-EU for guix-patches@gnu.org; Mon, 14 Oct 2019 12:29:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iK3DS-0007mE-9t for guix-patches@gnu.org; Mon, 14 Oct 2019 12:29:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60988) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iK3DS-0007le-6Y for guix-patches@gnu.org; Mon, 14 Oct 2019 12:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iK3DS-0001lu-24 for guix-patches@gnu.org; Mon, 14 Oct 2019 12:29:02 -0400 Subject: bug#37646: [PATCH] gnu: mumps: Update to 5.2.1 and add shared libraries Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87sgo4k657.fsf@inria.fr> Date: Mon, 14 Oct 2019 18:28:09 +0200 In-Reply-To: <87sgo4k657.fsf@inria.fr> ("Maurice \=\?utf-8\?Q\?Br\=C3\=A9mond\=22\?\= \=\?utf-8\?Q\?'s\?\= message of "Mon, 07 Oct 2019 14:00:04 +0000") Message-ID: <87r23fpa06.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Maurice =?UTF-8?Q?Br=C3=A9mond?= Cc: 37646-done@debbugs.gnu.org Hi Maurice, Maurice Br=C3=A9mond skribis: > --- > gnu/packages/maths.scm | 53 ++++++++++------ > gnu/packages/patches/shared-libseq.patch | 42 +++++++++++++ > gnu/packages/patches/shared-mumps.patch | 63 +++++++++++++++++++ > gnu/packages/patches/shared-pord.patch | 77 ++++++++++++++++++++++++ > 4 files changed, 218 insertions(+), 17 deletions(-) > create mode 100644 gnu/packages/patches/shared-libseq.patch > create mode 100644 gnu/packages/patches/shared-mumps.patch > create mode 100644 gnu/packages/patches/shared-pord.patch Thanks for the patch! :-) I took the liberty to split it: one patch for the update, and one patch for shared library support. I simplified shared library support by resorting to =E2=80=98$ORIGIN=E2=80= =99 for the RUNPATH instead of using PatchELF. And that=E2=80=99s about it. The result is these two commits: 06e1239502 gnu: mumps: Build and install shared libraries. 5dbc79eb60 gnu: mumps: Update to 5.2.1. Let me know if anything is amiss! Thank you, Ludo=E2=80=99.