Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Feb 2024 21:05:55 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: d46f32563599 - 2024Q1 - math/vampire: Broken on armv7, powerpc
Message-ID:  <202402042105.414L5txh000899@gitrepo.freebsd.org>

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

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

commit d46f32563599d3e8e97e79082d4d4c51920822a7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-04 21:04:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-04 21:05:53 +0000

    math/vampire: Broken on armv7, powerpc
    
    Reported by:    fallout
    
    (cherry picked from commit 6af0381cd8d26ee8eecbad53537e1d53eb439e86)
---
 math/vampire/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/vampire/Makefile b/math/vampire/Makefile
index f3e87bfec4a9..79f853e44849 100644
--- a/math/vampire/Makefile
+++ b/math/vampire/Makefile
@@ -10,7 +10,9 @@ WWW=		https://vprover.github.io/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
+BROKEN_armv7=	error: static_assert failed due to requirement 'sizeof(void *) == 8'
 BROKEN_i386=	error: static_assert failed due to requirement 'sizeof(void *) == 8'
+BROKEN_powerpc=	error: static_assert failed due to requirement 'sizeof(void *) == 8'
 
 USES=		cmake compiler:c++14-lang
 



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