Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2022 19:39:27 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: 108757c7bf3e - main - math/py-pytanque: Broken on riscv64
Message-ID:  <202207211939.26LJdR0T079010@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=108757c7bf3e246ebe54bfaaacff114ce2d53098

commit 108757c7bf3e246ebe54bfaaacff114ce2d53098
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:25 +0000

    math/py-pytanque: Broken on riscv64
    
    Reported by:    fallout
---
 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?202207211939.26LJdR0T079010>