guix-commits
[Top][All Lists]
Advanced

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

02/25: gnu: arpack-ng: Remove 3.3.0.


From: guix-commits
Subject: 02/25: gnu: arpack-ng: Remove 3.3.0.
Date: Tue, 22 Nov 2022 02:38:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3d62d7648a87885404f2513e05d7d7e350cf7a23
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Nov 22 05:59:00 2022 +0100

    gnu: arpack-ng: Remove 3.3.0.
    
    This package fails to build and has no users in Guix.
    
    * gnu/packages/maths.scm (arpack-ng-3.3.0): Remove variable.
---
 gnu/packages/maths.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 972221798e..15c020e6c4 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -894,20 +894,6 @@ large scale eigenvalue problems.")
     (license (license:non-copyleft "file://COPYING"
                                 "See COPYING in the distribution."))))
 
-(define-public arpack-ng-3.3.0
-  (package
-    (inherit arpack-ng)
-    (version "3.3.0")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference (url (package-home-page arpack-ng))
-                           (commit version)))
-       (file-name (git-file-name (package-name arpack-ng) version))
-       (sha256
-        (base32
-         "00h6bjvxjq7bv0b8pwnc0gw33ns6brlqv00xx2rh3w9b5n205918"))))))
-
 (define-public arpack-ng-openmpi
   (package (inherit arpack-ng)
     (name "arpack-ng-openmpi")



reply via email to

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