Date: Tue, 14 Mar 2023 10:09:40 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1fc513f7a5a3 - main - audio/py-soxr: Mark BROKEN on i386 Message-ID: <202303141009.32EA9eEO034280@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=1fc513f7a5a36f1c0d5384e64143e8a03c32ff88 commit 1fc513f7a5a36f1c0d5384e64143e8a03c32ff88 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-03-14 10:07:24 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-03-14 10:07:36 +0000 audio/py-soxr: Mark BROKEN on i386 Fails to build with following message: ...requires target feature 'sse', but would be inlined into function 'h8' that is compiled without support for 'sse' Reported by: pkg-fallout, antoine Approved by: portmgr (blanket) --- audio/py-soxr/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/py-soxr/Makefile b/audio/py-soxr/Makefile index c9cc196693cf..dcf29fb55fa5 100644 --- a/audio/py-soxr/Makefile +++ b/audio/py-soxr/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/dofuuz/python-soxr LICENSE= LGPL21 BSD3CLAUSE LICENSE_COMB= multi +BROKEN_i386= fails to compile: ...requires target feature 'sse', but would be inlined into function 'h8' that is compiled without support for 'sse' + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYNUMPY} \ ${PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303141009.32EA9eEO034280>