Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2024 14:47:13 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 43251ef42e11 - main - math/z3: Mark BROKEN on i386
Message-ID:  <202402271447.41RElDKY085067@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd:

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

commit 43251ef42e11660c6cd0c76afd89830777ba6337
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-02-27 14:45:54 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-02-27 14:46:19 +0000

    math/z3: Mark BROKEN on i386
    
    Reported by:    pkg-fallout
---
 math/z3/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/z3/Makefile b/math/z3/Makefile
index 621b39118daf..f716e2716d9e 100644
--- a/math/z3/Makefile
+++ b/math/z3/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/Z3Prover/z3
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_i386=	unknown flag -msimd128
+
 USES=		compiler:c++11-lang python:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	Z3Prover



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