From 3d62d7648a87885404f2513e05d7d7e350cf7a23 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 22 Nov 2022 05:59:00 +0100 Subject: [PATCH] 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 @@ (define-public arpack-ng (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")