Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 19:40:01 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: c5497a4becab - 2022Q3 - math/py-pytanque: Broken on riscv64
Message-ID:  <202207211940.26LJe1ZZ080918@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5497a4becab08d2e7cbf29a379f5394dac3d5e7

commit c5497a4becab08d2e7cbf29a379f5394dac3d5e7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-21 19:39:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-21 19:39:54 +0000

    math/py-pytanque: Broken on riscv64
    
    Reported by:    fallout
    
    (cherry picked from commit 108757c7bf3e246ebe54bfaaacff114ce2d53098)
---
 math/py-pytanque/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/py-pytanque/Makefile b/math/py-pytanque/Makefile
index 3f26c47d212b..8c1d0406e16a 100644
--- a/math/py-pytanque/Makefile
+++ b/math/py-pytanque/Makefile
@@ -9,6 +9,8 @@ COMMENT=	Petanque static python bindings
 
 LICENSE=	BSD3CLAUSE
 
+BROKEN_riscv64=	ld: error: lto.tmp: cannot link object files with different floating-point ABI
+
 USES=		compiler:c++14-lang python:3.6+
 USE_PYTHON=	distutils autoplist
 



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