[bug#77991,v2,1/4] gnu: scotch: Remove “-shared” deprecated aliases.

Message ID 30c81ad6f2f6d2d74633651bbc0799630ac88bb3.1745505295.git.ludo@gnu.org
State New
Headers
Series Upgrade Scotch to 7.0.7 |

Commit Message

Ludovic Courtès April 24, 2025, 2:36 p.m. UTC
  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(-)
  

Patch

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 28c71283a7..7327aeaf40 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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"))