[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)))
- 03/15: gnu: i3blocks: Remove extra build phase., (continued)
- 03/15: gnu: i3blocks: Remove extra build phase., guix-commits, 2019/08/07
- 02/15: gnu: ocproxy: Remove extra build phase., guix-commits, 2019/08/07
- 01/15: gnu: openconnect: Fix propagated-inputs., guix-commits, 2019/08/07
- 05/15: gnu: libsmpeg: Remove extra build phase., guix-commits, 2019/08/07
- 04/15: gnu: vapoursynth: Remove extra build phase., guix-commits, 2019/08/07
- 07/15: gnu: libetpan: Rework custom phases., guix-commits, 2019/08/07
- 06/15: gnu: libmediainfo: Remove extra build phase., guix-commits, 2019/08/07
- 09/15: gnu: dovecot-libsodium-plugin: Remove extra build phase., guix-commits, 2019/08/07
- 13/15: gnu: zimg: Remove extra build phase., guix-commits, 2019/08/07
- 08/15: gnu: dovecot-trees: Remove extra build phase., guix-commits, 2019/08/07
- 11/15: gnu: ghmm: Remove extra build phase.,
guix-commits <=
- 10/15: gnu: ghmm: Update source file-name field., guix-commits, 2019/08/07
- 12/15: gnu: leptonica: Remove extra build phase., guix-commits, 2019/08/07
- 14/15: gnu: dosbox: Remove extra build phase., guix-commits, 2019/08/07
- 15/15: gnu: igt-gpu-tools: Rework custom phases., guix-commits, 2019/08/07