guix-patches
[Top][All Lists]
Advanced

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

[bug#56729] [RFC PATCH v3 28/32] gnu: singular: Don't compress info file


From: vicvbcun
Subject: [bug#56729] [RFC PATCH v3 28/32] gnu: singular: Don't compress info file.
Date: Mon, 29 May 2023 22:38:37 +0200

Singular doesn't find the compressed file.

* gnu/packages/algebra.scm (singular)[arguments]<#:phases>: Delete phase
'compress-documentation.
---
 gnu/packages/algebra.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 9ea4cfbf09..df3ec30718 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -670,7 +670,10 @@ (define-public singular
    (arguments
     `(#:configure-flags
       (list (string-append "--with-ntl="
-                           (assoc-ref %build-inputs "ntl")))))
+                           (assoc-ref %build-inputs "ntl")))
+      #:phases (modify-phases %standard-phases
+                 ;; singular doesn't find its compressed info file
+                 (delete 'compress-documentation))))
    (synopsis "Computer algebra system for polynomial computations")
    (description
     "Singular is a computer algebra system for polynomial computations,
-- 
2.40.1






reply via email to

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