diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2025-04-24 16:36:54 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-29 19:09:06 +0200 |
commit | 1a89332388807fc368e81c81837a94d047fd84e6 (patch) | |
tree | cfa107354e1e756fa4a971f5945f66f8d28b192d | |
parent | 499a8374ca93875a444252ee1de5f6603029f521 (diff) | |
download | guix-1a89332388807fc368e81c81837a94d047fd84e6.tar.gz guix-1a89332388807fc368e81c81837a94d047fd84e6.zip |
gnu: scotch: Remove “-shared” deprecated aliases.
These aliases were added in commit
d4709d78c3b460d7be02f15f6cc6c85f398b1a46, Feb. 2022.
* gnu/packages/maths.scm (scotch-shared, pt-scotch-shared): Remove.
Change-Id: I971bbf999a9fce5dae05c865316defe55eaeb212
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/maths.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index bb2b401dd2..0a8627b3fa 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5270,17 +5270,6 @@ bio-chemistry.") (synopsis "Programs and libraries for graph algorithms (with MPI and 32-bit integers)"))) -(define-public scotch-shared - ;; There used to be separate shared library variants while the default would - ;; provide .a files including PIC objects. With the switch to CMake, .a - ;; files contain non-PIC objects, which breaks some users, and switching to - ;; shared libraries by default seems to make more sense, as discussed here: - ;; <https://issues.guix.gnu.org/47619#2>. - (deprecated-package "scotch-shared" scotch)) - -(define-public pt-scotch-shared - (deprecated-package "pt-scotch-shared" pt-scotch)) - (define-public gklib (let ((commit "8bd6bad750b2b0d90800c632cf18e8ee93ad72d7") (revision "1")) |