Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2024 20:59:21 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: 7df21dfd51c4 - main - math/colpack: Broken on 13 armv7
Message-ID:  <202405272059.44RKxLFt052630@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=7df21dfd51c41b9d0a310c4cbe45f969370e081b

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

    math/colpack: Broken on 13 armv7
    
    Reported by:    fallout
---
 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?202405272059.44RKxLFt052630>