Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 21:00:08 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: 21c4e6c5f5a9 - 2024Q2 - math/colpack: Broken on 13 armv7
Message-ID:  <202405272100.44RL08Gh057289@gitrepo.freebsd.org>

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

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

commit 21c4e6c5f5a9f67c0ce426562eef8c652da61237
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-27 20:58:56 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-27 21:00:06 +0000

    math/colpack: Broken on 13 armv7
    
    Reported by:    fallout
    
    (cherry picked from commit 7df21dfd51c41b9d0a310c4cbe45f969370e081b)
---
 math/colpack/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/colpack/Makefile b/math/colpack/Makefile
index cfdde5749d16..a91e97f8cc39 100644
--- a/math/colpack/Makefile
+++ b/math/colpack/Makefile
@@ -12,6 +12,8 @@ WWW=		https://github.com/CSCsw/ColPack
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_13_armv7=	compilation fails: error: expected identifier before '__is_convertible'
+
 USES=		cmake
 USE_LDCONFIG=	yes
 



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