git: aa77cede7728 - 2022Q3 - math/cado-nfs: Broken on armv6, armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Jul 2022 07:38:41 UTC
The branch 2022Q3 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aa77cede77283ae415de1f5304602ef9b024b219
commit aa77cede77283ae415de1f5304602ef9b024b219
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:38:38 +0000
math/cado-nfs: Broken on armv6, armv7
Reported by: fallout
(cherry picked from commit d2fad4656c47097107e16dcd9d99db7b44fa8520)
---
math/cado-nfs/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/math/cado-nfs/Makefile b/math/cado-nfs/Makefile
index f9cfc93e5460..788d2ead3b89 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} \