Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jul 2022 07:37:34 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d2fad4656c47 - main - math/cado-nfs: Broken on armv6, armv7
Message-ID:  <202207220737.26M7bYLR058373@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207220737.26M7bYLR058373>