guix-commits
[Top][All Lists]
Advanced

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

34/35: gnu: Remove libtommath-1.0.


From: guix-commits
Subject: 34/35: gnu: Remove libtommath-1.0.
Date: Mon, 4 Mar 2024 04:53:42 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c11e49d2316a8c5a1b3653f775a31e7fc5fb2e2c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 4 09:37:35 2024 +0200

    gnu: Remove libtommath-1.0.
    
    * gnu/packages/multiprecision.scm (libtommath-1.0): Delete variable.
    
    Change-Id: I8da3c4b16470ea24e89216644d84350e07b7dd63
---
 gnu/packages/multiprecision.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 591170b508..a81b2771ab 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -530,22 +530,3 @@ the box without configuration.")
                   (("arch") "uname -m"))
                 #t))))
         ((#:test-target _) "test_standalone")))))
-
-(define-public libtommath-1.0
-  (package
-    (inherit libtommath-1.1)
-    (version "1.0.1")
-    (outputs '("out"))
-    (source
-      (origin
-        (method url-fetch)
-        (uri (string-append "https://github.com/libtom/libtommath/releases/";
-                            "download/v" version "/ltm-" version ".tar.xz"))
-        (sha256
-         (base32
-          "0sbccdwbkfc680id2fi0x067j23biqcjqilwkk7y9339knrjy0s7"))))
-    (arguments
-      (substitute-keyword-arguments (package-arguments libtommath-1.1)
-        ((#:phases phases)
-         `(modify-phases ,phases
-            (delete 'install-static-library)))))))



reply via email to

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