guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37646: [PATCH] gnu: mumps: Update to 5.2.1 and add shared libraries


From: Ludovic Courtès
Subject: bug#37646: [PATCH] gnu: mumps: Update to 5.2.1 and add shared libraries
Date: Mon, 14 Oct 2019 18:28:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hi Maurice,

Maurice Brémond <address@hidden> 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 ‘$ORIGIN’ for the
RUNPATH instead of using PatchELF.  And that’s 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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]