git: d2fad4656c47 - main - math/cado-nfs: Broken on armv6, armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Jul 2022 07:37:34 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2fad4656c47097107e16dcd9d99db7b44fa8520 commit d2fad4656c47097107e16dcd9d99db7b44fa8520 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-07-22 07:37:04 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-07-22 07:37:31 +0000 math/cado-nfs: Broken on armv6, armv7 Reported by: fallout --- math/cado-nfs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile index f65308b72c4e..3ff549456871 100644 --- a/math/cado-nfs/Makefile +++ b/math/cado-nfs/Makefile @@ -9,6 +9,9 @@ COMMENT= Implementation of the Number Field Sieve Algorithm LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_armv6= unused function 'purge_matrix_compute_sum2_row_mt', see https://gitlab.inria.fr/cado-nfs/cado-nfs/-/issues/30045 +BROKEN_armv7= unused function 'purge_matrix_compute_sum2_row_mt', see https://gitlab.inria.fr/cado-nfs/cado-nfs/-/issues/30045 + CONFLICTS_BUILD= libfmt # bundled libfmt conflicts with package-installed headers BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \