[bug#77991,v2,1/4] gnu: scotch: Remove “-shared” deprecated aliases.
Commit Message
From: Ludovic Courtès <ludovic.courtes@inria.fr>
These aliases were added in commit
d4709d78c3b460d7be02f15f6cc6c85f398b1a46, Feb. 2022.
* gnu/packages/maths.scm (scotch-shared, pt-scotch-shared): Remove.
Change-Id: I971bbf999a9fce5dae05c865316defe55eaeb212
---
gnu/packages/maths.scm | 11 -----------
1 file changed, 11 deletions(-)
@@ -5290,17 +5290,6 @@ (define-public pt-scotch32
(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"))