guix-commits
[Top][All Lists]
Advanced

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

21/25: gnu: python-imagecodecs: Disable sanity check.


From: guix-commits
Subject: 21/25: gnu: python-imagecodecs: Disable sanity check.
Date: Tue, 11 Jan 2022 12:41:21 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 96c214f50532e3978440ea7e35bd9c0fe4f654cc
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Jan 11 01:30:09 2022 +0100

    gnu: python-imagecodecs: Disable sanity check.
    
    * gnu/packages/python-xyz.scm (python-imagecodecs)[arguments]: Disable
    sanity-check phase.
---
 gnu/packages/python-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b544444db1..36434a4707 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7166,8 +7166,10 @@ def customize_build(EXTENSIONS, OPTIONS):
     del EXTENSIONS['zfp']
     del EXTENSIONS['zopfli']
     OPTIONS['cythonize']
-")))
-             #t)))))
+")))))
+         ;; XXX: The installed scripts import packages that depend on
+         ;; this package; disable import check to avoid the cycle.
+         (delete 'sanity-check))))
     (inputs
       (list c-blosc
             giflib
@@ -7182,6 +7184,7 @@ def customize_build(EXTENSIONS, OPTIONS):
             zlib
             `(,zstd "lib")))
     (propagated-inputs
+      ;; For the Python library.
       (list python-numpy))
     (native-inputs
       ;; For building.



reply via email to

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