git: 1fc513f7a5a3 - main - audio/py-soxr: Mark BROKEN on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Mar 2023 10:09:40 UTC
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}