commit: d2b558b44bce35c0d29a40b16f4a2d076666e072
Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Tue Jan 13 23:43:24 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 15 06:52:56 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d2b558b4
sci-misc/kaldi: Comment about special case with upstream configure script
Package-Manager: portage-2.2.15
---
sci-misc/kaldi/kaldi-0_p20150101.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sci-misc/kaldi/kaldi-0_p20150101.ebuild
b/sci-misc/kaldi/kaldi-0_p20150101.ebuild
index 78a5ab8..9ef5703 100644
--- a/sci-misc/kaldi/kaldi-0_p20150101.ebuild
+++ b/sci-misc/kaldi/kaldi-0_p20150101.ebuild
@@ -30,6 +30,8 @@ src_prepare() {
}
src_configure() {
+ # Upstream's configure script is "hand-generated" and not autotools
compatible,
+ # for this reason econf can not be used
./configure \
--shared \
--fst-root="${EPREFIX}/usr" \