Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2022 08:16:47 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: f647a2ab5505 - main - math/py-or-tools: Broken on armv7
Message-ID:  <202207310816.26V8Glj7085489@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=f647a2ab55056cf06b702f77ef5bd3e5b1f4d953

commit f647a2ab55056cf06b702f77ef5bd3e5b1f4d953
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-31 08:16:23 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-31 08:16:23 +0000

    math/py-or-tools: Broken on armv7
    
    Reported by:    fallout
---
 math/py-or-tools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile
index f86d5fcb3bcf..771e4a1c66b0 100644
--- a/math/py-or-tools/Makefile
+++ b/math/py-or-tools/Makefile
@@ -11,6 +11,7 @@ COMMENT=	Google's Operations Research tools (Python binding)
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE-2.0.txt
 
+BROKEN_armv7=	SWIG wrapped code invalid in 32 bit architecture, regenerate code using -DSWIGWORDSIZE32
 BROKEN_i386=	SWIG wrapped code invalid in 32 bit architecture, regenerate code using -DSWIGWORDSIZE32 # see https://github.com/google/or-tools/issues/2130
 
 PY_DEPENDS=	${PYNUMPY} \



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