guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: idr: Remove explicit wrapper. This is now done implicitly.


From: Marius Bakke
Subject: 01/05: gnu: idr: Remove explicit wrapper. This is now done implicitly.
Date: Fri, 16 Dec 2016 12:45:10 +0000 (UTC)

mbakke pushed a commit to branch python-tests
in repository guix.

commit 14386fc7d9192b35a81dedb7616a44651807ee19
Author: Marius Bakke <address@hidden>
Date:   Fri Dec 16 13:16:39 2016 +0100

    gnu: idr: Remove explicit wrapper. This is now done implicitly.
    
    * gnu/packages/bioinformatics.scm (idr)[arguments]: Remove #:phases.
---
 gnu/packages/bioinformatics.scm |   22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a2191d0..3fb9bbc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2879,27 +2879,7 @@ data.  It also provides the bgzip, htsfile, and tabix 
utilities.")
                 "1k3x44biak00aiv3hpm1yd6nn4hhp7n0qnbs3zh2q9sw7qr1qj5r"))))
     (build-system python-build-system)
     (arguments
-     `(#:tests? #f ; FIXME: "ImportError: No module named 'utility'"
-       #:phases
-       (modify-phases %standard-phases
-         (add-after
-          'install 'wrap-program
-          (lambda* (#:key inputs outputs #:allow-other-keys)
-            (let* ((out (assoc-ref outputs "out"))
-                   (python-version (string-take (string-take-right
-                                                 (assoc-ref inputs "python") 
5) 3))
-                   (path (string-join
-                          (map (lambda (name)
-                                 (string-append (assoc-ref inputs name)
-                                                "/lib/python" python-version
-                                                "/site-packages"))
-                               '("python-scipy"
-                                 "python-numpy"
-                                 "python-matplotlib"))
-                          ":")))
-              (wrap-program (string-append out "/bin/idr")
-                `("PYTHONPATH" ":" prefix (,path))))
-            #t)))))
+     `(#:tests? #f)) ; FIXME: "ImportError: No module named 'utility'"
     (propagated-inputs
      `(("python-scipy" ,python-scipy)
        ("python-sympy" ,python-sympy)



reply via email to

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