guix-commits
[Top][All Lists]
Advanced

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

11/15: gnu: ghmm: Remove extra build phase.


From: guix-commits
Subject: 11/15: gnu: ghmm: Remove extra build phase.
Date: Wed, 7 Aug 2019 13:07:00 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a491856f2ac1d9c54536b21723fa5f0fc19d71b1
Author: Efraim Flashner <address@hidden>
Date:   Wed Aug 7 19:34:40 2019 +0300

    gnu: ghmm: Remove extra build phase.
    
    * gnu/packages/machine-learning.scm (ghmm)[arguments]: Remove unneeded
    'autogen phase.
---
 gnu/packages/machine-learning.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 5ab0e6a..e48c91a 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -251,10 +251,7 @@ classification.")
                   (string-append indent
                                  "@unittest.skip(\"Disabled by Guix\")\n"
                                  line)))
-               #t))
-           (add-after 'disable-broken-tests 'autogen
-             (lambda _
-               (invoke "bash" "autogen.sh"))))))
+               #t)))))
       (inputs
        `(("python" ,python-2) ; only Python 2 is supported
          ("libxml2" ,libxml2)))



reply via email to

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