Date: Sun, 21 Jan 2024 18:53:39 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: a028500bcbc2 - 2024Q1 - audio/kaldi: Broken on i386 Message-ID: <202401211853.40LIrdkU019958@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a028500bcbc21cbb35aba1b26b3ecd16074050ce commit a028500bcbc21cbb35aba1b26b3ecd16074050ce Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-21 18:52:47 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-21 18:53:37 +0000 audio/kaldi: Broken on i386 Reported by: fallout (cherry picked from commit e6d5957937b49ed2edf0d489384d2a9fe985c1fd) --- audio/kaldi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/kaldi/Makefile b/audio/kaldi/Makefile index 279ac2753021..1de88fcfcb79 100644 --- a/audio/kaldi/Makefile +++ b/audio/kaldi/Makefile @@ -9,6 +9,8 @@ WWW= https://kaldi-asr.org/ LICENSE= APACHE20 +BROKEN_i386= compilation fails: compile with -msse -mfpmath=sse, or equivalent, when these flags are already provided, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276505 + LIB_DEPENDS= libcblas.so:math/cblas \ libfst.so:math/openfst \ liblapack.so:math/lapack
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401211853.40LIrdkU019958>